summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 14:43:53 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 14:43:53 +0000
commit50b6ea0a907c893db87d5cdbc60001c85e383ea3 (patch)
tree6994742c1cdcc7f7f1a26316edac646667e61592
parent1cc784d7f401ce5a6af5a8ef3bdd342269c29f37 (diff)
downloadfreebsd-ports-50b6ea0a907c893db87d5cdbc60001c85e383ea3.zip
Stagify.
-rw-r--r--net/hidentd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile
index 2093ca648e8c..e227c1ae22ba 100644
--- a/net/hidentd/Makefile
+++ b/net/hidentd/Makefile
@@ -11,17 +11,14 @@ COMMENT= Simple and secure ident (RFC1413) server
GNU_CONFIGURE= yes
-MAN8= hidentd.8
-
PORTDOCS= README
-PLIST_FILES= sbin/hidentd
+PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif