diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /emulators/osf1_lib | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'emulators/osf1_lib')
-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 |