From d7e8488ff308941815c7d807c23b0a95dc0e4ff9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 26 Mar 2004 16:23:25 +0000 Subject: Makefile.pnet: - Automatically create plist entries for installed binaries bencharks/pnetmark: - Use this feature PR: ports/64750 Submitted by: michael johnson (maintainer) --- lang/pnet/Makefile.pnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/pnet') 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 -- cgit