diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2012-08-31 23:54:24 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2012-08-31 23:54:24 +0000 |
commit | dff333431dacbebfdc2a9ca8c69abfb6b8016044 (patch) | |
tree | 4d32d9ea32d196ea587e45b9cd614ff34e094712 /sysutils/spiped/Makefile | |
parent | f44c7e383e41c2c00f54da5ce823b719d13f9523 (diff) | |
download | ports-dff333431dacbebfdc2a9ca8c69abfb6b8016044.tar.gz ports-dff333431dacbebfdc2a9ca8c69abfb6b8016044.zip |
Notes
Diffstat (limited to 'sysutils/spiped/Makefile')
-rw-r--r-- | sysutils/spiped/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index ec88bf6eb79b..08dc5bd04646 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -6,8 +6,7 @@ # PORTNAME= spiped -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ EXTRACT_SUFX= .tgz @@ -18,8 +17,9 @@ COMMENT= Daemon for creating secure symmetric pipes LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -PLIST_FILES= bin/spiped +PLIST_FILES= bin/spiped bin/spipe PORTDOCS= BUILDING CHANGELOG COPYRIGHT README STYLE +READMES= spiped spipe USE_RC_SUBR= spiped @@ -27,6 +27,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) +.for README in ${READMES} + ${INSTALL_MAN} ${WRKSRC}/${README}/README ${DOCSDIR}/README-${README} +.endfor .endif .include <bsd.port.mk> |