diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-12-27 22:47:58 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-12-27 22:47:58 +0800 |
commit | 20bdef96f9415a4729ab9aa7d2684a9d9babb90d (patch) | |
tree | bbcf6de766afc8fd3b581fcb6942c9857e76f292 /net-mgmt/disco | |
parent | df74d5bcea12ac5b371fd8fcb7ea829612539190 (diff) | |
download | freebsd-ports-gnome-20bdef96f9415a4729ab9aa7d2684a9d9babb90d.tar.gz freebsd-ports-gnome-20bdef96f9415a4729ab9aa7d2684a9d9babb90d.tar.zst freebsd-ports-gnome-20bdef96f9415a4729ab9aa7d2684a9d9babb90d.zip |
- support STAGE
Diffstat (limited to 'net-mgmt/disco')
-rw-r--r-- | net-mgmt/disco/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile index d1d98951f74b..bd251277075a 100644 --- a/net-mgmt/disco/Makefile +++ b/net-mgmt/disco/Makefile @@ -16,15 +16,15 @@ CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME} -PORTDOCS= README PLIST_FILES= bin/disco bin/disco.fp -NO_STAGE= yes +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ! ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif |