1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-22 15:32:57 +00:00
parent 53abdbc4c5
commit 738b1d4ef6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351848

View File

@ -17,11 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
USES= pkgconfig
MAN1= devd-notifier.1
PLIST_FILES= bin/devd-notifier
MANCOMPRESSED= yes
PLIST_FILES= bin/devd-notifier \
man/man1/devd-notifier.1.gz
NO_STAGE= yes
pre-everything::
@${ECHO_MSG} "You can build devd-notifier with your own config.h using the DEVD-NOTIFIER_CONF knob:"
@${ECHO_MSG} "make DEVD-NOTIFIER_CONF=/path/to/devd-notifier/config.h install clean"