diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-01-30 09:07:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-01-30 09:07:05 +0800 |
commit | 9d5bc8a6be2f8b65e1dbe6006eff3248e1b96e35 (patch) | |
tree | 4e94e14e9c5b614b5d135af4409e88d7a0d71f8c | |
parent | 27b57d9e9df5ac6f16e65153da5fde47239d0931 (diff) | |
download | freebsd-ports-gnome-9d5bc8a6be2f8b65e1dbe6006eff3248e1b96e35.tar.gz freebsd-ports-gnome-9d5bc8a6be2f8b65e1dbe6006eff3248e1b96e35.tar.zst freebsd-ports-gnome-9d5bc8a6be2f8b65e1dbe6006eff3248e1b96e35.zip |
- Install documentation.
- Set LICENSE.
PR: 164614
Approved by: cperciva (maintainer)
-rw-r--r-- | sysutils/spiped/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 3fc9100d0ec7..ec88bf6eb79b 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -7,6 +7,7 @@ PORTNAME= spiped PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ EXTRACT_SUFX= .tgz @@ -14,8 +15,18 @@ EXTRACT_SUFX= .tgz MAINTAINER= cperciva@tarsnap.com COMMENT= Daemon for creating secure symmetric pipes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + PLIST_FILES= bin/spiped +PORTDOCS= BUILDING CHANGELOG COPYRIGHT README STYLE USE_RC_SUBR= spiped +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) +.endif + .include <bsd.port.mk> |