diff options
author | tron <tron> | 2001-03-22 23:47:57 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-22 23:47:57 +0000 |
commit | 38ae4e461c8e04b57c63a01eeeee5dd67858ce9b (patch) | |
tree | f9c5e734ef05a71ec7436ce2cc2aae93e2d40cc2 /www/opera | |
parent | 50bd9dbc9ac6b6ff8a23e7b46ea23a1db5107f00 (diff) | |
download | pkgsrc-38ae4e461c8e04b57c63a01eeeee5dd67858ce9b.tar.gz |
"suse_linux/Makefile.common" won't override "DIST_SUBDIR" so we can move
the declaration to the proper location.
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 50f221fc01d..7dd22f9eaf6 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/22 23:46:47 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/22 23:47:57 tron Exp $ DISTNAME= opera-5.0b7 CATEGORIES= www @@ -22,6 +22,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 LICENSE= opera-license +DIST_SUBDIR= . EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC @@ -32,5 +33,3 @@ post-install: ${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin .include "../../emulators/suse_linux/Makefile.common" - -DIST_SUBDIR= . |