diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-26 16:23:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-26 16:23:25 +0000 |
commit | d7e8488ff308941815c7d807c23b0a95dc0e4ff9 (patch) | |
tree | 449198bda954b92a032ab85439f9dbee31552fd4 /lang/pnet | |
parent | Unbreak build on perl 5.00503 (diff) |
Makefile.pnet:
- Automatically create plist entries for installed binaries
bencharks/pnetmark:
- Use this feature
PR: ports/64750
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile.pnet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnet/Makefile.pnet b/lang/pnet/Makefile.pnet index cc156a27d167..defb55498b73 100644 --- a/lang/pnet/Makefile.pnet +++ b/lang/pnet/Makefile.pnet @@ -22,10 +22,10 @@ PNET_BIN_WRKDIR?= ${WRKDIR}/PNET_STRAP/bin PNET_SBIN_WRKDIR?= ${WRKDIR}/PNET_STRAP/sbin .for strap in ${PNET_STRAP_BIN} -PLIST_FILES+= bin/${strap} +PLIST_FILES+= bin/${strap} bin/${strap}${PNET_STRAP_SUFX} .endfor .for strap in ${PNET_STRAP_SBIN} -PLIST_FILES+= sbin/${strap} +PLIST_FILES+= sbin/${strap} sbin/${strap}${PNET_STRAP_SUFX} .endfor pre-patch: pnet-strap |