diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-09 08:31:01 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-09 08:31:01 +0000 |
commit | ea7ddc4855a1e35db24c8f2cf04dc29ff4a4f6df (patch) | |
tree | de7a0a61568b9fe6ba7f0ca8fd1acfb77d34c13d /www/nspluginwrapper/Makefile | |
parent | 846abd338363c88c4bd1c7f5fa76f9ab2464a412 (diff) | |
download | ports-ea7ddc4855a1e35db24c8f2cf04dc29ff4a4f6df.tar.gz ports-ea7ddc4855a1e35db24c8f2cf04dc29ff4a4f6df.zip |
- Fix path to npwrapper.so on amd64
- Bump portrevision
PR: ports/130317
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: David Grochowski <malus.x@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=225540
Diffstat (limited to 'www/nspluginwrapper/Makefile')
-rw-r--r-- | www/nspluginwrapper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index a4a2bc3086b9..bd1c04cc4229 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= www linux emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE} |