Get the packaging list correct.
Submitted by: QAT Pointy hat to: cperciva
This commit is contained in:
parent
dff333431d
commit
159b89d30e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303454
1 changed files with 6 additions and 3 deletions
|
@ -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 symmetric pipes
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue