diff options
Diffstat (limited to 'emulators/osf1_lib/Makefile')
-rw-r--r-- | emulators/osf1_lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile index 468cd6c6b15..ed08a0e4d22 100644 --- a/emulators/osf1_lib/Makefile +++ b/emulators/osf1_lib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/03/28 21:14:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:50 jmmv Exp $ DISTNAME= netscape-4.7-3.alpha PKGNAME= osf1_lib-1.1 +WRKSRC= ${WRKDIR} CATEGORIES= emulators MASTER_SITES= ftp://ftp.support.compaq.com/private/alpha-tools-software/netscape/ EXTRACT_SUFX= .rpm @@ -28,8 +29,6 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR} - RPMARGS= -i usr/lib -i usr/bin ${DISTDIR}/${DISTFILES} CHECK_SHLIBS= no |