svn commit: r303454 - head/sysutils/spiped

Colin Percival cperciva at FreeBSD.org
Sat Sep 1 00:13:45 UTC 2012


Author: cperciva
Date: Sat Sep  1 00:13:44 2012
New Revision: 303454
URL: http://svn.freebsd.org/changeset/ports/303454

Log:
  Get the packaging list correct.
  
  Submitted by:	QAT
  Pointy hat to:	cperciva

Modified:
  head/sysutils/spiped/Makefile

Modified: head/sysutils/spiped/Makefile
==============================================================================
--- head/sysutils/spiped/Makefile	Fri Aug 31 23:54:24 2012	(r303453)
+++ head/sysutils/spiped/Makefile	Sat Sep  1 00:13:44 2012	(r303454)
@@ -7,6 +7,7 @@
 
 PORTNAME=	spiped
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	sysutils security
 MASTER_SITES=	http://www.tarsnap.com/spiped/
 EXTRACT_SUFX=	.tgz
@@ -17,16 +18,18 @@ COMMENT=	Daemon for creating secure symm
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-PLIST_FILES=	bin/spiped bin/spipe
-PORTDOCS=	BUILDING CHANGELOG COPYRIGHT README STYLE
+DOCFILES=	BUILDING CHANGELOG COPYRIGHT README STYLE
 READMES=	spiped spipe
 
+PLIST_FILES=	bin/spiped bin/spipe
+PORTDOCS=	${DOCFILES} ${READMES:S/^/README-/}
+
 USE_RC_SUBR=	spiped
 
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
+	(cd ${WRKSRC} && ${INSTALL_MAN} ${DOCFILES} ${DOCSDIR})
 .for README in ${READMES}
 	${INSTALL_MAN} ${WRKSRC}/${README}/README ${DOCSDIR}/README-${README}
 .endfor



More information about the svn-ports-all mailing list