mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
This commit is contained in:
parent
b20d1c4deb
commit
f37f7775e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89169
@ -37,6 +37,6 @@ do-install:
|
||||
uudecode -p ${WRKSRC}/hello.adpcm.uu > ${PREFIX}/share/doc/adpcm/hello.adpcm
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/lib/libadpcm.so.${LIBVERSION}
|
||||
${STRIP_CMD} ${PREFIX}/lib/libadpcm.so.${LIBVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -74,7 +74,7 @@ post-patch:
|
||||
@${PERL} -pi -e 's!-O2 -ffast-math!!' ${WRKSRC}/kvutils/Makefile.am
|
||||
.endif
|
||||
|
||||
# strip ${PREFIX}/bin/ecaconvert ${PREFIX}/bin/ecafixdc \
|
||||
# ${STRIP_CMD} ${PREFIX}/bin/ecaconvert ${PREFIX}/bin/ecafixdc \
|
||||
#${PREFIX}/bin/ecanormalize ${PREFIX}/bin/ecaplay ${PREFIX}/bin/ecasignalview \
|
||||
#${PREFIX}/bin/ecasound ${PREFIX}/bin/ecasound-config ${PREFIX}/bin/ecasoundc-config
|
||||
|
||||
|
@ -24,6 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
|
||||
${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,6 +32,6 @@ INSTALL_TARGET= install install-man
|
||||
MAN1= vat.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/vat
|
||||
${STRIP_CMD} ${PREFIX}/bin/vat
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -51,10 +51,10 @@ post-build:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@strip ${LIBBINDIR}/cda
|
||||
@strip ${LIBBINDIR}/gobrowser
|
||||
@strip ${LIBBINDIR}/has_alsa
|
||||
@strip ${LIBBINDIR}/xmcd
|
||||
@${STRIP_CMD} ${LIBBINDIR}/cda
|
||||
@${STRIP_CMD} ${LIBBINDIR}/gobrowser
|
||||
@${STRIP_CMD} ${LIBBINDIR}/has_alsa
|
||||
@${STRIP_CMD} ${LIBBINDIR}/xmcd
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd
|
||||
.if ${XFREE86_VERSION} == 4
|
||||
|
@ -21,6 +21,6 @@ USE_GNOME= gtk12
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
|
||||
${STRIP_CMD} ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,6 +22,6 @@ USE_XPM= yes
|
||||
USE_MOTIF= yes
|
||||
|
||||
#post-install:
|
||||
# strip ${PREFIX}/bin/xmradio
|
||||
# ${STRIP_CMD} ${PREFIX}/bin/xmradio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,7 +26,7 @@ do-build:
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX}
|
||||
strip ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd
|
||||
${STRIP_CMD} ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd
|
||||
${MKDIR} ${EXDIR}
|
||||
cd ${WRKSRC}/sample; ${CP} -p ${EXS} ${EXDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -25,7 +25,7 @@ ALL_TARGET=
|
||||
MAN1= iozone.1
|
||||
|
||||
do-install:
|
||||
strip ${WRKSRC}/iozone
|
||||
${STRIP_CMD} ${WRKSRC}/iozone
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKDIR}/docs/iozone.1 ${PREFIX}/man/man1
|
||||
|
||||
|
@ -31,8 +31,8 @@ post-patch:
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/netperf/netperf
|
||||
strip ${PREFIX}/netperf/netserver
|
||||
${STRIP_CMD} ${PREFIX}/netperf/netperf
|
||||
${STRIP_CMD} ${PREFIX}/netperf/netserver
|
||||
${INSTALL_MAN} ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
|
||||
${INSTALL_MAN} ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -32,7 +32,7 @@ post-patch:
|
||||
do-install:
|
||||
.for file in ${PROGRAMS}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -46,7 +46,7 @@ pre-patch:
|
||||
(cd ${WRKDIR}/${DISTNAME} && ${GUNZIP_CMD} xdrvr.c.gz)
|
||||
|
||||
pre-install:
|
||||
strip ${WRKDIR}/${DISTNAME}/platon
|
||||
${STRIP_CMD} ${WRKDIR}/${DISTNAME}/platon
|
||||
${RM} -f ${PREFIX}/bin/pluton
|
||||
${RM} -rf ${PREFIX}/share/doc/platon
|
||||
${MKDIR} ${PREFIX}/share/doc/platon
|
||||
|
@ -41,7 +41,7 @@ post-install:
|
||||
.for f in ${BINS}
|
||||
@${CHMOD} ${BINMODE} ${PREFIX}/bin/${f}
|
||||
@${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/${f}
|
||||
@strip ${PREFIX}/bin/${f}
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${f}
|
||||
.endfor
|
||||
.for f in ${MAN1}
|
||||
@${CHMOD} ${MANMODE} ${PREFIX}/man/man1/${f}
|
||||
|
@ -9,7 +9,7 @@ install:
|
||||
chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \
|
||||
${PREFIX}/bin/sconvert ${PREFIX}/bin/help \
|
||||
${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec
|
||||
strip ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \
|
||||
${STRIP_CMD} ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \
|
||||
${PREFIX}/bin/sconvert ${PREFIX}/bin/help \
|
||||
${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec
|
||||
chmod -R a+rX ${PREFIX}/share/spice
|
||||
|
@ -36,7 +36,7 @@ MAN1= xdeview.1
|
||||
DOCFILES= ${FILESDIR}/porting.notes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/uuwish
|
||||
${STRIP_CMD} ${PREFIX}/bin/uuwish
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing documents to ${DOCSDIR}"
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -30,6 +30,6 @@ CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
||||
MAN1= ical.1
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/${DISTNAME}
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -34,7 +34,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ccdoc_dev/ccdoc/bin_freebsd_opt/ccdoc.exe ${PREFIX}/bin/ccdoc
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/ccdoc
|
||||
${STRIP_CMD} ${PREFIX}/bin/ccdoc
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.txt ${WRKSRC}/doc/*.gif ${DOCDIR}
|
||||
|
@ -30,7 +30,7 @@ post-extract:
|
||||
|
||||
post-install:
|
||||
.for file in fhist fcomp fmerge
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
(cd ${WRKSRC}/lib/en/man1; soelim ${file}.1 > tmp; \
|
||||
${INSTALL_MAN} tmp ${PREFIX}/man/man1/${file}.1)
|
||||
.endfor
|
||||
|
@ -49,11 +49,11 @@ post-install:
|
||||
addr2line ar as c++filt dlltool gasp ld nm \
|
||||
objcopy objdump ranlib size strings strip windres; \
|
||||
do \
|
||||
strip ${PREFIX}/bin/i386-mingw32msvc-$${file}; \
|
||||
${STRIP_CMD} ${PREFIX}/bin/i386-mingw32msvc-$${file}; \
|
||||
done
|
||||
@for file in ar as dlltool ld nm ranlib strip; \
|
||||
do \
|
||||
strip ${PREFIX}/i386-mingw32msvc/bin/$${file}; \
|
||||
${STRIP_CMD} ${PREFIX}/i386-mingw32msvc/bin/$${file}; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -59,7 +59,7 @@ post-install:
|
||||
i386-mingw32msvc-protoize \
|
||||
i386-mingw32msvc-unprotoize; \
|
||||
do \
|
||||
strip ${PREFIX}/bin/$${file}; \
|
||||
${STRIP_CMD} ${PREFIX}/bin/$${file}; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -64,7 +64,7 @@ BINARIES= addr2line ar as c++filt ld nm objcopy objdump ranlib \
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -65,7 +65,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -39,7 +39,7 @@ BINARIES= addr2line ar as c++filt gasp ld nm objcopy objdump ranlib \
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -54,7 +54,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -47,7 +47,7 @@ INFO_NOAUTO= bfd.info binutils.info as.info ld.info \
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -51,7 +51,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -51,7 +51,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
@ -54,7 +54,7 @@ do-install:
|
||||
@${ECHO} "variable to ${PREFIX}/share/yacl!"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/share/yacl/apps/bmpview
|
||||
@strip ${PREFIX}/share/yacl/apps/dlged
|
||||
@${STRIP_CMD} ${PREFIX}/share/yacl/apps/bmpview
|
||||
@${STRIP_CMD} ${PREFIX}/share/yacl/apps/dlged
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,6 +24,6 @@ PLIST_SUB+= LIBVERSION="${LIBVERSION}"
|
||||
|
||||
post-install:
|
||||
@${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so
|
||||
strip ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
|
||||
${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
|
||||
|
||||
post-install:
|
||||
.for file in emacs-19.34 emacsclient etags ctags b2m
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
||||
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
||||
|
@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
|
||||
|
||||
post-install:
|
||||
.for file in emacs-19.34 emacsclient etags ctags b2m
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
||||
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
||||
|
@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
|
||||
|
||||
post-install:
|
||||
.for file in emacs-19.34 emacsclient etags ctags b2m
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
||||
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
||||
|
@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
|
||||
|
||||
post-install:
|
||||
.for file in emacs-19.34 emacsclient etags ctags b2m
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
||||
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
||||
|
@ -36,11 +36,11 @@ pre-install:
|
||||
${LN} -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/jed
|
||||
strip ${PREFIX}/bin/rgrep
|
||||
strip ${PREFIX}/lib/jed/bin/getmail
|
||||
${STRIP_CMD} ${PREFIX}/bin/jed
|
||||
${STRIP_CMD} ${PREFIX}/bin/rgrep
|
||||
${STRIP_CMD} ${PREFIX}/lib/jed/bin/getmail
|
||||
.for f in ${XJED}
|
||||
strip ${PREFIX}/bin/$f
|
||||
${STRIP_CMD} ${PREFIX}/bin/$f
|
||||
.endfor
|
||||
# ${CP} -R ${WRKSRC}/lib/* ${PREFIX}/lib/jed/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/vms_shell.com ${PREFIX}/lib/jed/lib
|
||||
|
@ -135,7 +135,7 @@ post-install:
|
||||
${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1
|
||||
# note that any2ps rcs-checkin are scripts
|
||||
.for file in b2m coco ctags emacsclient etags m2ps
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \
|
||||
${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \
|
||||
|
@ -162,7 +162,7 @@ pre-install:
|
||||
fi
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION}
|
||||
# for freewnn+sj3 or wnn6+sj3
|
||||
@if [ -e ${PKGINSTALL} ]; then \
|
||||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL; \
|
||||
|
@ -42,7 +42,7 @@ WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
|
||||
|
||||
# The default Wily makefile does not install any documentation. Rectify.
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/wily
|
||||
${STRIP_CMD} ${PREFIX}/bin/wily
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR}
|
||||
set -e; for f in ${WILYDOCFILES}; do \
|
||||
|
@ -164,7 +164,7 @@ pre-build:
|
||||
|
||||
post-install::
|
||||
.for file in b2m ctags ellcc etags gnuclient xemacs-${XEMACS_VER}
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
# For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp.
|
||||
# Do what PLIST does for pkg_add.
|
||||
|
@ -109,7 +109,7 @@ pre-configure::
|
||||
|
||||
post-install::
|
||||
.for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_REL}-b11
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
${RM} -f ${PREFIX}/bin/send-pr
|
||||
#.if defined(WANT_GTK)
|
||||
|
@ -106,7 +106,7 @@ pre-configure::
|
||||
|
||||
post-install::
|
||||
.for file in b2m ctags ellcc etags gnuclient xemacs-${XEMACS_VER}
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
# For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp.
|
||||
# Do what PLIST does for pkg_add.
|
||||
|
@ -174,7 +174,7 @@ pre-build:
|
||||
|
||||
post-install::
|
||||
.for file in b2m ctags ellcc etags gnuclient xemacs-${XEMACS_VER}
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
# For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp.
|
||||
# Do what PLIST does for pkg_add.
|
||||
|
@ -116,7 +116,7 @@ post-install::
|
||||
.if !defined(MULE_COMMON)
|
||||
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
|
||||
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.endif
|
||||
.if !defined(MULE_SLAVE)
|
||||
|
@ -24,6 +24,6 @@ BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/qcl
|
||||
${STRIP_CMD} ${PREFIX}/bin/qcl
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -27,7 +27,7 @@ pre-patch:
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vMac \
|
||||
${PREFIX}/bin
|
||||
@strip ${PREFIX}/bin/vMac
|
||||
@${STRIP_CMD} ${PREFIX}/bin/vMac
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/vMac
|
||||
${INSTALL_DATA} ${WRKSRC}/CREDITS \
|
||||
${PREFIX}/share/doc/vMac
|
||||
|
@ -37,7 +37,7 @@ pre-configure:
|
||||
|
||||
post-install:
|
||||
# strip binary
|
||||
@strip ${PREFIX}/bin/actx
|
||||
@${STRIP_CMD} ${PREFIX}/bin/actx
|
||||
# install japanese manual
|
||||
@${INSTALL_MAN} ${WRKSRC}/actx.jman ${PREFIX}/man/ja/man1/actx.1
|
||||
@${GZIP_CMD} ${PREFIX}/man/ja/man1/actx.1
|
||||
|
@ -25,6 +25,6 @@ EXTRACT_AFTER_ARGS= # empty
|
||||
MAN1= bugsx.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/bugsx
|
||||
${STRIP_CMD} ${PREFIX}/bin/bugsx
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -54,7 +54,7 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/dungeon.6 ${PREFIX}/man/man6
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/dungeon
|
||||
${STRIP_CMD} ${PREFIX}/bin/dungeon
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA} ${WRKSRC}/history ${PREFIX}/share/dungeon
|
||||
${INSTALL_DATA} ${WRKSRC}/manifest ${PREFIX}/share/dungeon
|
||||
|
@ -40,6 +40,6 @@ post-install:
|
||||
${INSTALL_MAN} ${FILESDIR}/tvp.6 ${PREFIX}/man/man6/tvp.6
|
||||
a='${PREFIX}/share/doc/tvp/' perl -pi -e 's/TOKEN/$$ENV{a}/' \
|
||||
${PREFIX}/man/man6/tvp.6
|
||||
strip ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish
|
||||
${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -35,7 +35,7 @@ PLIST_SUB= SCOREDIR=${SCOREDIR}
|
||||
|
||||
post-install:
|
||||
.for file in xconq imf2x x2imf ximfapp
|
||||
strip ${PREFIX}/bin/${file}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/xconq/doc
|
||||
|
@ -23,7 +23,7 @@ MAN6= xhime.6
|
||||
NO_CDROM= 'contains commercial character data'
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xhime
|
||||
${STRIP_CMD} ${PREFIX}/bin/xhime
|
||||
${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \
|
||||
${PREFIX}/man/ja/man6
|
||||
${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6
|
||||
|
@ -26,7 +26,7 @@ post-configure:
|
||||
@${ECHO_CMD} "LOCALBASE=${LOCALBASE}" >> ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xshogi
|
||||
@${STRIP_CMD} ${PREFIX}/bin/xshogi
|
||||
@${CHMOD} 755 ${PREFIX}/bin/xshogi
|
||||
@${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/xshogi
|
||||
${INSTALL_MAN} ${WRKSRC}/xshogi.man ${PREFIX}/man/man6/xshogi.6
|
||||
|
@ -20,5 +20,5 @@ USE_XPM= yes
|
||||
MAN1= xteddy.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xteddy
|
||||
${STRIP_CMD} ${PREFIX}/bin/xteddy
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,6 +23,6 @@ pre-install:
|
||||
${MKDIR} ${PREFIX}/share/xtrojka
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xtrojka
|
||||
${STRIP_CMD} ${PREFIX}/bin/xtrojka
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -40,7 +40,7 @@ BROKEN= "Does not compile"
|
||||
|
||||
post-install:
|
||||
.for file in cqcam gtkcam webcam xcqcam
|
||||
@strip ${PREFIX}/bin/${file}
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/cqcam.1 ${MANPREFIX}/man/man1
|
||||
@${MKDIR} ${PREFIX}/share/examples/cqcam
|
||||
|
@ -82,7 +82,7 @@ do-install:
|
||||
(cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
|
||||
${PREFIX}/bin/m3ship) \
|
||||
done
|
||||
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
|
||||
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
|
||||
@${ECHO_MSG} "Installing examples into ${PREFIX}/share/examples/Juno"
|
||||
@${MKDIR} ${PREFIX}/share/examples/Juno
|
||||
@${CP} -R ${WRKSRC}/juno-app/juno-src/* ${PREFIX}/share/examples/Juno
|
||||
|
@ -37,7 +37,7 @@ CFLAGS= -DHAVE_SYS_PARAM_H \
|
||||
MAN6= xaos.6
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xaos
|
||||
${STRIP_CMD} ${PREFIX}/bin/xaos
|
||||
install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,7 +23,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c ${WRKSRC}/*.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/tirc
|
||||
${STRIP_CMD} ${PREFIX}/bin/tirc
|
||||
${MKDIR} ${PREFIX}/share/tirc
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc
|
||||
|
||||
|
@ -25,7 +25,7 @@ post-install:
|
||||
# ${PREFIX}/share/examples/TrickyIRC
|
||||
${INSTALL_DATA} ${WRKSRC}/README \
|
||||
${PREFIX}/share/doc/TrickyIRC
|
||||
@strip ${PREFIX}/bin/trickyirc
|
||||
@${STRIP_CMD} ${PREFIX}/bin/trickyirc
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}:
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -28,6 +28,6 @@ pre-install:
|
||||
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
|
||||
@${STRIP_CMD} ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -51,7 +51,7 @@ DISTFILES= jre${JRE_VERSION}i_ELF.V1999-11-9.tar.gz
|
||||
|
||||
do-build:
|
||||
@for file in ${STRIPFILES}; do \
|
||||
strip ${WRKSRC}/$$file; \
|
||||
${STRIP_CMD} ${WRKSRC}/$$file; \
|
||||
done
|
||||
|
||||
do-install:
|
||||
|
@ -30,6 +30,6 @@ do-configure:
|
||||
@(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o)
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/aleph
|
||||
@${STRIP_CMD} ${PREFIX}/bin/aleph
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -30,6 +30,6 @@ do-configure:
|
||||
@(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o)
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/aleph
|
||||
@${STRIP_CMD} ${PREFIX}/bin/aleph
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -77,7 +77,7 @@ post-install:
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/cpp \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/collect2 \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/f771 ; \
|
||||
do strip $$prog ; \
|
||||
do ${STRIP_CMD} $$prog ; \
|
||||
done)
|
||||
${LN} -f ${PREFIX}/bin/gcc ${PREFIX}/bin/egcc
|
||||
${LN} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/eg++
|
||||
|
@ -63,7 +63,7 @@ do-install:
|
||||
@${RM} -rf ${WRKSRC}/${TARGET}
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
|
||||
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
|
||||
@${MKDIR} ${PREFIX}/share/ezm3
|
||||
@${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/ezm3
|
||||
|
||||
|
@ -69,7 +69,7 @@ post-install:
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_VER}/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_VER}/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_VER}/cpp ; \
|
||||
do strip $$prog ; \
|
||||
do ${STRIP_CMD} $$prog ; \
|
||||
done)
|
||||
@${MV} -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc27
|
||||
@${MV} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++27
|
||||
|
@ -66,7 +66,7 @@ post-install:
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1/cpp ; \
|
||||
do strip $$prog ; \
|
||||
do ${STRIP_CMD} $$prog ; \
|
||||
done)
|
||||
${LN} -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc28
|
||||
${LN} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++28
|
||||
|
@ -84,7 +84,7 @@ post-install:
|
||||
${TARGLIB}/cpp0 \
|
||||
${TARGLIB}/collect2 \
|
||||
; do \
|
||||
strip $$prog ; \
|
||||
${STRIP_CMD} $$prog ; \
|
||||
done)
|
||||
${MV} ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc295
|
||||
${MV} ${PREFIX}/bin/g++ ${PREFIX}/bin/g++295
|
||||
|
@ -95,7 +95,7 @@ post-install:
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/collect2 \
|
||||
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/f771 ; \
|
||||
do \
|
||||
strip $$prog ; \
|
||||
${STRIP_CMD} $$prog ; \
|
||||
done )
|
||||
.for file in gcc g++ cpp g++filt gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
|
||||
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}30
|
||||
|
@ -110,7 +110,7 @@ post-install:
|
||||
${TARGLIB}/cc1 ${TARGLIB}/cc1obj ${TARGLIB}/cc1plus \
|
||||
${TARGLIB}/cpp0 ${TARGLIB}/collect2 ${TARGLIB}/f771 ; \
|
||||
do \
|
||||
strip $$prog ; \
|
||||
${STRIP_CMD} $$prog ; \
|
||||
done )
|
||||
.for file in gcc g++ cpp g++filt gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh jv-scan jcf-dump jar grepjar
|
||||
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}31
|
||||
|
@ -148,7 +148,7 @@ post-install:
|
||||
${PREFIX}/bin/${CONFIGURE_TARGET}-gcc \
|
||||
${TARGLIB}/cpp0 ${TARGLIB}/collect2 ${TARGLIB}/f771 ; \
|
||||
do \
|
||||
strip $$prog ; \
|
||||
${STRIP_CMD} $$prog ; \
|
||||
done )
|
||||
.for file in gcc g++ cpp g++filt gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh jv-scan jcf-dump jar grepjar
|
||||
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}32
|
||||
|
@ -26,6 +26,6 @@ pre-configure:
|
||||
s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/gnatdist
|
||||
${STRIP_CMD} ${PREFIX}/bin/gnatdist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,6 +26,6 @@ pre-configure:
|
||||
s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/gnatdist
|
||||
${STRIP_CMD} ${PREFIX}/bin/gnatdist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -245,7 +245,7 @@ post-install:
|
||||
${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION}/gnat1 \
|
||||
${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION}/cpp ; do \
|
||||
if [ -x $$prog ]; then \
|
||||
strip $$prog ; \
|
||||
${STRIP_CMD} $$prog ; \
|
||||
fi \
|
||||
done)
|
||||
@(${TOUCH} ${TOUCH_FLAGS} ${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION}/include/float.h)
|
||||
|
@ -45,7 +45,7 @@ do-install:
|
||||
@ ${LN} -s ${PREFIX}/lib/liblualib.so.4 ${PREFIX}/lib/liblualib.so
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/lua
|
||||
@strip ${PREFIX}/bin/luac
|
||||
@${STRIP_CMD} ${PREFIX}/bin/lua
|
||||
@${STRIP_CMD} ${PREFIX}/bin/luac
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -30,6 +30,6 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/emacs/* ${DATADIR}/contrib/emacs
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/vim/* ${DATADIR}/contrib/vim
|
||||
.endif
|
||||
@strip ${PREFIX}/bin/ncamlrun
|
||||
@${STRIP_CMD} ${PREFIX}/bin/ncamlrun
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -116,6 +116,6 @@ post-install:
|
||||
@cd ${WRKSRC}/otherlibs/labltk/examples_camltk; \
|
||||
${INSTALL_DATA} [A-Za-hj-z]* ${EXAMPLESDIR}/camltk
|
||||
.endif
|
||||
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
|
||||
@${STRIP_CMD} ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -202,7 +202,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -202,7 +202,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -202,7 +202,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -202,7 +202,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -158,7 +158,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -202,7 +202,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -158,7 +158,7 @@ post-patch:
|
||||
> ${WRKDIR}/use.perl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${STRIP_CMD} ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
|
||||
@${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_VER}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl
|
||||
|
@ -97,7 +97,7 @@ do-install:
|
||||
@(ulimit -d `ulimit -Hd` && ulimit -m `ulimit -Hm` && \
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
|
||||
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
|
||||
@${MKDIR} ${PREFIX}/share/pm3-base
|
||||
@${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/pm3-base
|
||||
|
||||
|
@ -80,7 +80,7 @@ do-install:
|
||||
cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
|
||||
${PREFIX}/bin/m3ship; \
|
||||
done
|
||||
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
|
||||
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
|
||||
@${MKDIR} ${PREFIX}/share/pm3-forms
|
||||
@${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/pm3-forms
|
||||
|
||||
|
@ -80,7 +80,7 @@ do-install:
|
||||
cd ${WRKSRC}/$${i} && ${PREFIX}/bin/m3build && \
|
||||
${PREFIX}/bin/m3ship; \
|
||||
done
|
||||
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
|
||||
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
|
||||
@${MKDIR} ${PREFIX}/share/pm3-netobj
|
||||
@${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/pm3-netobj
|
||||
|
||||
|
@ -28,7 +28,7 @@ MAN1= scsh.1
|
||||
STRIP=
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/scsh
|
||||
@${STRIP_CMD} ${PREFIX}/bin/scsh
|
||||
.if !defined(NOPORTDOCS)
|
||||
@(cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
|
||||
|
@ -25,6 +25,6 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/coolmail
|
||||
${STRIP_CMD} ${PREFIX}/bin/coolmail
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -176,7 +176,7 @@ pre-install:
|
||||
|
||||
post-install:
|
||||
@PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@strip ${PREFIX}/libexec/courier/modules/*/*
|
||||
@${STRIP_CMD} ${PREFIX}/libexec/courier/modules/*/*
|
||||
@${LN} -f ${SYSCONFDIR}/maildrop ${SYSCONFDIR}/maildropfilter
|
||||
@${INSTALL_DATA} /dev/null ${SYSCONFDIR}/locallowercase
|
||||
@${INSTALL_SCRIPT} ${FILESDIR}/courier.sh ${PREFIX}/etc/rc.d
|
||||
|
@ -126,7 +126,7 @@ pre-install:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/mutt
|
||||
@${STRIP_CMD} ${PREFIX}/bin/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/Muttrc ${PREFIX}/etc/Muttrc.dist
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing Mutt documentation"
|
||||
|
@ -126,7 +126,7 @@ pre-install:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/mutt
|
||||
@${STRIP_CMD} ${PREFIX}/bin/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/Muttrc ${PREFIX}/etc/Muttrc.dist
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing Mutt documentation"
|
||||
|
@ -18,6 +18,6 @@ MAN1= xmailwatcher.1
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xmailwatcher
|
||||
${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,6 +19,6 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/slsc ${PREFIX}/share/slsc/vprint
|
||||
${STRIP_CMD} ${PREFIX}/bin/slsc ${PREFIX}/share/slsc/vprint
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -43,7 +43,7 @@ do-build:
|
||||
@(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make ${MAKE_ARGS})
|
||||
|
||||
do-install:
|
||||
@strip ${WRKSRC}/bin/*
|
||||
@${STRIP_CMD} ${WRKSRC}/bin/*
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/*.1 ${PREFIX}/man/man1
|
||||
|
||||
|
@ -25,6 +25,6 @@ pre-configure:
|
||||
@cd ${WRKSRC}; ${CHMOD} +w configure; autoconf
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/rtpmon
|
||||
${STRIP_CMD} ${PREFIX}/bin/rtpmon
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,6 +32,6 @@ INSTALL_TARGET= install install-man
|
||||
MAN1= vat.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/vat
|
||||
${STRIP_CMD} ${PREFIX}/bin/vat
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -36,7 +36,7 @@ pre-patch:
|
||||
's|malloc.h|stdlib.h|'
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/vic
|
||||
strip ${PREFIX}/bin/histtolut
|
||||
${STRIP_CMD} ${PREFIX}/bin/vic
|
||||
${STRIP_CMD} ${PREFIX}/bin/histtolut
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,7 +31,7 @@ pre-patch:
|
||||
(cd ${WRKSRC} && ./Configure)
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/heyu
|
||||
${STRIP_CMD} ${PREFIX}/bin/heyu
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/examples/heyu
|
||||
${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample
|
||||
|
@ -31,7 +31,7 @@ pre-patch:
|
||||
(cd ${WRKSRC} && ./Configure)
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/heyu
|
||||
${STRIP_CMD} ${PREFIX}/bin/heyu
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/examples/heyu
|
||||
${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample
|
||||
|
@ -67,9 +67,9 @@ pre-install:
|
||||
post-install:
|
||||
.for STRIP in alist lformat lguide lindex list listall lseen ltrace mkballot \
|
||||
template templist title
|
||||
strip ${PREFIX}/bin/${STRIP}
|
||||
${STRIP_CMD} ${PREFIX}/bin/${STRIP}
|
||||
.endfor
|
||||
strip ${PREFIX}/libexec/moviedb/mkdb
|
||||
${STRIP_CMD} ${PREFIX}/libexec/moviedb/mkdb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/moviedb
|
||||
.for DOC in ADDS-GUIDE ChangeLog FAQ FUTURES INSTRUCTIONS manual.tex
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user