aboutsummaryrefslogtreecommitdiff
path: root/dns/noip
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 09:35:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 09:35:59 +0000
commit222f32d0484b217c50404a7153832a268949a470 (patch)
treedc3c6a657354e8d6192f959ff2342ffafa283733 /dns/noip
parent5bd9b4505d944a1ffbcb201040029585677f7cab (diff)
downloadports-222f32d0484b217c50404a7153832a268949a470.tar.gz
ports-222f32d0484b217c50404a7153832a268949a470.zip
Support staging
Notes
Notes: svn path=/head/; revision=344849
Diffstat (limited to 'dns/noip')
-rw-r--r--dns/noip/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/dns/noip/Makefile b/dns/noip/Makefile
index 4e28a9df51b8..dd7fa65cc8d8 100644
--- a/dns/noip/Makefile
+++ b/dns/noip/Makefile
@@ -23,17 +23,13 @@ GROUPS= noip
PLIST_SUB+= USER="${USERS}"
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/noip2 ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README.FIRST ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_PROGRAM} ${WRKSRC}/noip2 ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README.FIRST ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
conf:
(cd ${PREFIX}/etc && ${PREFIX}/bin/noip2 -C)