aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2012-01-30 09:07:05 +0800
committerrakuco <rakuco@FreeBSD.org>2012-01-30 09:07:05 +0800
commit9d5bc8a6be2f8b65e1dbe6006eff3248e1b96e35 (patch)
tree4e94e14e9c5b614b5d135af4409e88d7a0d71f8c
parent27b57d9e9df5ac6f16e65153da5fde47239d0931 (diff)
downloadfreebsd-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/Makefile11
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>