diff options
author | abs <abs> | 2009-09-16 10:16:58 +0000 |
---|---|---|
committer | abs <abs> | 2009-09-16 10:16:58 +0000 |
commit | 8e430c351b2f55d905f0c7cf5418c324d6b0bb7d (patch) | |
tree | fa7c9988ff0bacd1c6b98ba89314593a90447040 /www/nspluginwrapper/Makefile | |
parent | 7884421b68c3ced9e533a9735790ce33e0f5f90b (diff) | |
download | pkgsrc-8e430c351b2f55d905f0c7cf5418c324d6b0bb7d.tar.gz |
LOCALBASE/lib/netscape/plugins is the default plugin dir in pkgsrc, adjust so we can automatically find plugins. Bump pkgrevision
Diffstat (limited to 'www/nspluginwrapper/Makefile')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index 0c21b524ca6..2fba91c6abf 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2009/08/26 19:58:27 sno Exp $ +# $NetBSD: Makefile,v 1.17 2009/09/16 10:16:58 abs Exp $ # DISTNAME= nspluginwrapper-1.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ EXTRACT_SUFX= .tar.bz2 |