diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 12:08:20 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 12:08:20 +0800 |
commit | 56ccbdd249646a4d841a39681a631c60d42d6915 (patch) | |
tree | 935b32a303d0b3385d30a4cb55e339fbc032df51 /Mk | |
parent | 8931a197b3373e96626bb6a8094968a7bfdd3a61 (diff) | |
download | freebsd-ports-gnome-56ccbdd249646a4d841a39681a631c60d42d6915.tar.gz freebsd-ports-gnome-56ccbdd249646a4d841a39681a631c60d42d6915.tar.zst freebsd-ports-gnome-56ccbdd249646a4d841a39681a631c60d42d6915.zip |
Do not use RESETPREFIX in plist suggestions
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8457f51162be..db95e235cd8f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1583,7 +1583,7 @@ SUB_LIST+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ # Remove quotes # Replace . with \. for later sed(1) usage PLIST_SUB_SED_MIN?= 2 -PLIST_SUB_SED?= ${PLIST_SUB:C/.*=.{1,${PLIST_SUB_SED_MIN}}$//g:NEXTRACT_SUFX=*:NOSREL=*:NLIB32DIR=*:NPREFIX=*:NLOCALBASE=*:N*="":N*="@comment*:C/([^=]*)="?([^"]*)"?/s!\2!%%\1%%!g;/g:C/\./\\./g} +PLIST_SUB_SED?= ${PLIST_SUB:C/.*=.{1,${PLIST_SUB_SED_MIN}}$//g:NEXTRACT_SUFX=*:NOSREL=*:NLIB32DIR=*:NPREFIX=*:NLOCALBASE=*:NRESETPREFIX=*:N*="":N*="@comment*:C/([^=]*)="?([^"]*)"?/s!\2!%%\1%%!g;/g:C/\./\\./g} PLIST_REINPLACE+= stopdaemon rmtry PLIST_REINPLACE_RMTRY=s!^@rmtry \(.*\)!@unexec rm -f %D/\1 2>/dev/null || true! |