summaryrefslogtreecommitdiff
path: root/lang/pnet
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pnet')
-rw-r--r--lang/pnet/Makefile.pnet4
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