diff options
author | obache <obache@pkgsrc.org> | 2009-08-29 13:15:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-08-29 13:15:54 +0000 |
commit | bf97229bc9f34a0c68050e05a37f68ab6aca843c (patch) | |
tree | 298795bbedea097255eefd28423635bbac03867e /www/opera/Makefile | |
parent | 657470f9596fa185c8176083e530c6301ab19384 (diff) | |
download | pkgsrc-bf97229bc9f34a0c68050e05a37f68ab6aca843c.tar.gz |
Add user-destdir support.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 26240a801c9..5f56ef55e7f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2009/05/19 08:59:37 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2009/08/29 13:15:54 obache Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} CATEGORIES= www @@ -19,7 +19,7 @@ EMUL_PLATFORMS= freebsd-i386 EMUL_PLATFORMS+= linux-i386 EMUL_PLATFORMS+= solaris-sparc -#PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |