diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/SSLtelnet/Makefile | 4 | ||||
-rw-r--r-- | net/balance/Makefile | 2 | ||||
-rw-r--r-- | net/bgpq/Makefile | 2 | ||||
-rw-r--r-- | net/boclient/Makefile | 2 | ||||
-rw-r--r-- | net/click/Makefile | 22 | ||||
-rw-r--r-- | net/fping/Makefile | 2 | ||||
-rw-r--r-- | net/generic-nqs/Makefile | 2 | ||||
-rw-r--r-- | net/gutenfetch/Makefile | 2 | ||||
-rw-r--r-- | net/icqnix/Makefile | 4 | ||||
-rw-r--r-- | net/ipfm/Makefile | 2 | ||||
-rw-r--r-- | net/openldap12/Makefile | 2 | ||||
-rw-r--r-- | net/pipsecd/Makefile | 2 | ||||
-rw-r--r-- | net/proxy-suite/Makefile | 2 | ||||
-rw-r--r-- | net/sntop/Makefile | 2 | ||||
-rw-r--r-- | net/tac_plus4/Makefile | 2 | ||||
-rw-r--r-- | net/unison-devel/Makefile | 2 | ||||
-rw-r--r-- | net/unison/Makefile | 2 | ||||
-rw-r--r-- | net/unison232/Makefile | 2 |
18 files changed, 30 insertions, 30 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index b8576f9226b4..69a5cec38182 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -28,7 +28,7 @@ pre-install: ${MKDIR} ${OPENSSLDIR}/certs post-install: - strip $(PREFIX)/bin/telnet - strip $(PREFIX)/libexec/telnetd + ${STRIP_CMD} $(PREFIX)/bin/telnet + ${STRIP_CMD} $(PREFIX)/libexec/telnetd .include <bsd.port.mk> diff --git a/net/balance/Makefile b/net/balance/Makefile index 00465343eb2d..efe87c8def96 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -23,6 +23,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1 post-install: - @strip ${PREFIX}/bin/balance + @${STRIP_CMD} ${PREFIX}/bin/balance .include <bsd.port.mk> diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile index 54d13206f874..882450f2a63d 100644 --- a/net/bgpq/Makefile +++ b/net/bgpq/Makefile @@ -17,6 +17,6 @@ MAN8= bgpq.8 HAS_CONFIGURE= yes post-install: - strip ${PREFIX}/bin/bgpq + ${STRIP_CMD} ${PREFIX}/bin/bgpq .include <bsd.port.mk> diff --git a/net/boclient/Makefile b/net/boclient/Makefile index 1ae6e50b8c54..9661f4b00e6c 100644 --- a/net/boclient/Makefile +++ b/net/boclient/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/bo GNU_CONFIGURE= yes post-install: - strip ${PREFIX}/bin/bounix + ${STRIP_CMD} ${PREFIX}/bin/bounix .include <bsd.port.mk> diff --git a/net/click/Makefile b/net/click/Makefile index b5b38aaeac9e..47406f20de55 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -68,17 +68,17 @@ BROKEN= "Does not compile (bad C++ code)" .endif post-install: - @strip ${PREFIX}/bin/click - @strip ${PREFIX}/bin/click-align - @strip ${PREFIX}/bin/click-check - @strip ${PREFIX}/bin/click-combine - @strip ${PREFIX}/bin/click-uncombine - @strip ${PREFIX}/bin/click-devirtualize - @strip ${PREFIX}/bin/click-fastclassifier - @strip ${PREFIX}/bin/click-flatten - @strip ${PREFIX}/bin/click-mkmindriver - @strip ${PREFIX}/bin/click-undead - @strip ${PREFIX}/bin/click-xform + @${STRIP_CMD} ${PREFIX}/bin/click + @${STRIP_CMD} ${PREFIX}/bin/click-align + @${STRIP_CMD} ${PREFIX}/bin/click-check + @${STRIP_CMD} ${PREFIX}/bin/click-combine + @${STRIP_CMD} ${PREFIX}/bin/click-uncombine + @${STRIP_CMD} ${PREFIX}/bin/click-devirtualize + @${STRIP_CMD} ${PREFIX}/bin/click-fastclassifier + @${STRIP_CMD} ${PREFIX}/bin/click-flatten + @${STRIP_CMD} ${PREFIX}/bin/click-mkmindriver + @${STRIP_CMD} ${PREFIX}/bin/click-undead + @${STRIP_CMD} ${PREFIX}/bin/click-xform @${MKDIR} ${CONFDIR} ${INSTALL_DATA} ${WRKSRC}/conf/fake-iprouter.click ${CONFDIR} ${INSTALL_DATA} ${WRKSRC}/conf/ip.clickpat ${CONFDIR} diff --git a/net/fping/Makefile b/net/fping/Makefile index 298d24d41dfd..cb27731c12d3 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -30,7 +30,7 @@ post-patch: ${WRKSRC}/fping.c post-install: - @strip ${PREFIX}/sbin/fping + @${STRIP_CMD} ${PREFIX}/sbin/fping @${CHMOD} 4555 ${PREFIX}/sbin/fping .include <bsd.port.mk> diff --git a/net/generic-nqs/Makefile b/net/generic-nqs/Makefile index 483518b897a9..18f89969afa8 100644 --- a/net/generic-nqs/Makefile +++ b/net/generic-nqs/Makefile @@ -124,7 +124,7 @@ post-install: ${PREFIX}/sbin/nqsmkdirs ${PREFIX}/sbin/nqsmkfile \ ${PREFIX}/sbin/nqsmktrans ${PREFIX}/sbin/nqssetargv \ ${PREFIX}/sbin/pipeclient ${PREFIX}/sbin/shlexefai; \ - strip ${PREFIX}/bin/nmapmgr ${PREFIX}/bin/qacct \ + ${STRIP_CMD} ${PREFIX}/bin/nmapmgr ${PREFIX}/bin/qacct \ ${PREFIX}/bin/qalter ${PREFIX}/bin/qcat \ ${PREFIX}/bin/qdel ${PREFIX}/bin/qdev \ ${PREFIX}/bin/qhold ${PREFIX}/bin/qlimit \ diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index f859bcce0dfd..9a28e5b791b5 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -24,6 +24,6 @@ USE_GMAKE= yes MAN1= gutenfetch.1 post-install: - strip ${PREFIX}/bin/gutenfetch + ${STRIP_CMD} ${PREFIX}/bin/gutenfetch .include <bsd.port.mk> diff --git a/net/icqnix/Makefile b/net/icqnix/Makefile index b7bd690988ef..99dcfb9f6f47 100644 --- a/net/icqnix/Makefile +++ b/net/icqnix/Makefile @@ -29,7 +29,7 @@ BROKEN= "Configure fails" .endif post-install: - @strip ${PREFIX}/bin/icqnix - @strip ${PREFIX}/bin/icqnix.install + @${STRIP_CMD} ${PREFIX}/bin/icqnix + @${STRIP_CMD} ${PREFIX}/bin/icqnix.install .include <bsd.port.post.mk> diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile index 9933ccaafdfb..22e69734a606 100644 --- a/net/ipfm/Makefile +++ b/net/ipfm/Makefile @@ -21,6 +21,6 @@ MAN5= ipfm.conf.5 MAN8= ipfm.8 post-install: - @strip ${PREFIX}/sbin/ipfm + @${STRIP_CMD} ${PREFIX}/sbin/ipfm .include <bsd.port.mk> diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index 87e7627b9099..0e985bf2e3b2 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -87,7 +87,7 @@ post-build: post-install: .for f in ${BINS} - strip ${PREFIX}/${f} + ${STRIP_CMD} ${PREFIX}/${f} .endfor ${INSTALL_SCRIPT} ${WRKDIR}/slapd.sh ${PREFIX}/etc/rc.d/slapd.sh.sample diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index c72b99fa5322..bcb0c5e76d54 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -34,6 +34,6 @@ do-install: .endif post-install: - strip ${PREFIX}/sbin/pipsecd + ${STRIP_CMD} ${PREFIX}/sbin/pipsecd .include <bsd.port.mk> diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index b5a97571d3dc..a5ad9be0efe3 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -58,7 +58,7 @@ MAN8= ftp-proxy.8 MAN5= ftp-proxy.conf.5 pre-install: - @strip ${WRKSRC}/ftp-proxy/ftp-proxy + @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy post-install: @${SED} 's|PREFIX|${PREFIX}|' ${PKGMESSAGE} diff --git a/net/sntop/Makefile b/net/sntop/Makefile index ddcad1e9c111..1d83d542af61 100644 --- a/net/sntop/Makefile +++ b/net/sntop/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes MAN1= sntop.1 post-install: - @strip ${PREFIX}/bin/sntop + @${STRIP_CMD} ${PREFIX}/bin/sntop @cat ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 1bc8049f5251..f8ec2e6fb5ab 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -64,6 +64,6 @@ do-install: .endif post-install: - strip ${PREFIX}/sbin/tac_plus + ${STRIP_CMD} ${PREFIX}/sbin/tac_plus .include <bsd.port.mk> diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 61d63efc2736..f7234653615e 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -23,6 +23,6 @@ USE_GMAKE= yes MAKE_ARGS= UISTYLE=text CFLAGS="" post-install: - strip ${PREFIX}/bin/unison + ${STRIP_CMD} ${PREFIX}/bin/unison .include <bsd.port.mk> diff --git a/net/unison/Makefile b/net/unison/Makefile index 61d63efc2736..f7234653615e 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -23,6 +23,6 @@ USE_GMAKE= yes MAKE_ARGS= UISTYLE=text CFLAGS="" post-install: - strip ${PREFIX}/bin/unison + ${STRIP_CMD} ${PREFIX}/bin/unison .include <bsd.port.mk> diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 61d63efc2736..f7234653615e 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -23,6 +23,6 @@ USE_GMAKE= yes MAKE_ARGS= UISTYLE=text CFLAGS="" post-install: - strip ${PREFIX}/bin/unison + ${STRIP_CMD} ${PREFIX}/bin/unison .include <bsd.port.mk> |