Date: Sat, 1 Sep 2012 00:13:45 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303454 - head/sysutils/spiped Message-ID: <201209010013.q810DjPc017246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209010013.q810DjPc017246>