diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 14:43:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 14:43:53 +0000 |
commit | 50b6ea0a907c893db87d5cdbc60001c85e383ea3 (patch) | |
tree | 6994742c1cdcc7f7f1a26316edac646667e61592 | |
parent | 1cc784d7f401ce5a6af5a8ef3bdd342269c29f37 (diff) | |
download | freebsd-ports-50b6ea0a907c893db87d5cdbc60001c85e383ea3.zip |
Stagify.
-rw-r--r-- | net/hidentd/Makefile | 9 |
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 |