aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/disco
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2013-12-27 22:47:58 +0800
committerjadawin <jadawin@FreeBSD.org>2013-12-27 22:47:58 +0800
commit20bdef96f9415a4729ab9aa7d2684a9d9babb90d (patch)
treebbcf6de766afc8fd3b581fcb6942c9857e76f292 /net-mgmt/disco
parentdf74d5bcea12ac5b371fd8fcb7ea829612539190 (diff)
downloadfreebsd-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/Makefile10
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