- Stage support

This commit is contained in:
Martin Wilke 2014-02-11 14:15:16 +00:00
parent ffd69bb8ea
commit 04f61ce895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343747

View File

@ -8,10 +8,9 @@ MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
MAINTAINER= beat@FreeBSD.org
COMMENT= Tiling window management for the console
MAN1= dvtm.1
PLIST_FILES= bin/dvtm bin/dvtm-status
PLIST_FILES= bin/dvtm bin/dvtm-status \
man/man1/dvtm.1.gz
NO_STAGE= yes
pre-everything::
@${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:"
@${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean"