diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
commit | decb8770e141e385283d6f778e05544b3a0386a8 (patch) | |
tree | c730e4425471fcb8f14f0b82073d4d12b6c8e39f /www/navigator | |
parent | 671f21524362fc966a005c9518687c2c04971c91 (diff) | |
download | pkgsrc-decb8770e141e385283d6f778e05544b3a0386a8.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index fa3e789ab23..92e6c762f2c 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.77 2005/06/17 03:50:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.78 2005/09/28 12:17:23 rillig Exp $ # # Common include file for communicator and navigator packages @@ -68,7 +68,7 @@ VENDOR_NAME= BSD/OS 2.1 BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch post-install: - sh ../../www/navigator/files/binpatch-x86-bsdi-bsd2-4.75.sh \ + ${SH} ../../www/navigator/files/binpatch-x86-bsdi-bsd2-4.75.sh \ ${LOCALBASE} ${MOZILLA_HOME}/netscape .elif ${MACHINE_ARCH} == "i386" PKGREVISION= 1 @@ -85,7 +85,7 @@ DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch post-install: - sh ../../www/navigator/files/binpatch-x86-unknown-linux2.2-4.80.sh \ + ${SH} ../../www/navigator/files/binpatch-x86-unknown-linux2.2-4.80.sh \ ${LOCALBASE} ${MOZILLA_HOME}/netscape .endif .elif ((${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") && defined(NS_USE_SUNOS)) @@ -133,7 +133,6 @@ HOMEPAGE= http://linuxppc.org/software/index/linuxppc_stable/software/netscape-4 BUILD_DEPENDS= rpm2pkg>=1.2:../../pkgtools/rpm2pkg DESCR_SRC= ${WRKDIR}/DESCR.linux-powerpc PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -SORT= sort RPM2PKG= rpm2pkg RPM2PKGARGS= ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} VENDOR_NAME= # empty. what should be here? |