aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plconfig
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 14:52:35 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 14:52:35 +0000
commitccb64773d22986fce972ca322496449d657fbc72 (patch)
tree76da463385ae3b45bf031c996266803fa0bb6262 /sysutils/plconfig
parent70a79a04f1b303ae3d45f3c7bf58a3926e434fdb (diff)
downloadports-ccb64773d22986fce972ca322496449d657fbc72.tar.gz
ports-ccb64773d22986fce972ca322496449d657fbc72.zip
Support staging
Notes
Notes: svn path=/head/; revision=346015
Diffstat (limited to 'sysutils/plconfig')
-rw-r--r--sysutils/plconfig/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/plconfig/Makefile b/sysutils/plconfig/Makefile
index 26017357b828..98d645851d2c 100644
--- a/sysutils/plconfig/Makefile
+++ b/sysutils/plconfig/Makefile
@@ -10,20 +10,15 @@ MASTER_SITES= http://www.neon1.net/prog/ \
MAINTAINER= matt@peterson.org
COMMENT= Tool for configuring HomePlug powerline bridges
-#WRKSRC= ${WRKDIR}/${PORTNAME}
-
ALL_TARGET= plconfig
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${STAGEDIR}${PREFIX}/bin
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>