diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-10 07:47:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-10 07:47:22 +0800 |
commit | 88e4e37f7b912b7e74529aa2766c8212605c336c (patch) | |
tree | 8a256eddee52bf78cbca9eeb6e8dfcb97545eb6b /www/gecko-sharp10 | |
parent | b26c0a1592f6368b3efe0af08569a2b540448a00 (diff) | |
download | freebsd-ports-gnome-88e4e37f7b912b7e74529aa2766c8212605c336c.tar.gz freebsd-ports-gnome-88e4e37f7b912b7e74529aa2766c8212605c336c.tar.zst freebsd-ports-gnome-88e4e37f7b912b7e74529aa2766c8212605c336c.zip |
Remove gacutil lines in pkg-plist as they are unnecessary for packaging.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Diffstat (limited to 'www/gecko-sharp10')
-rw-r--r-- | www/gecko-sharp10/Makefile | 2 | ||||
-rw-r--r-- | www/gecko-sharp10/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/gecko-sharp10/Makefile b/www/gecko-sharp10/Makefile index 143dd82dd503..328637205c6b 100644 --- a/www/gecko-sharp10/Makefile +++ b/www/gecko-sharp10/Makefile @@ -7,7 +7,7 @@ PORTNAME= gecko-sharp PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://go-mono.com/archive/1.0.3/ diff --git a/www/gecko-sharp10/pkg-plist b/www/gecko-sharp10/pkg-plist index 985c3ac5e691..95559f68a4bf 100644 --- a/www/gecko-sharp10/pkg-plist +++ b/www/gecko-sharp10/pkg-plist @@ -1,8 +1,6 @@ bin/webshot lib/gecko-sharp/WebThumbnailer.exe -@unexec gacutil /u gecko-sharp.dll /f /package gecko-sharp /root %D/lib /gacdir %D/lib > /dev/null || /usr/bin/true lib/mono/gac/gecko-sharp/1.0.0.0__ccf7d78a55e9f021/gecko-sharp.dll -@exec gacutil /i gecko-sharp.dll /f /package gecko-sharp /root %D/lib /gacdir %D/lib> /dev/null || /usr/bin/true lib/mono/gac/gecko-sharp/1.0.0.0__ccf7d78a55e9f021/gecko-sharp.dll.config lib/mono/gecko-sharp/gecko-sharp.dll libdata/pkgconfig/gecko-sharp.pc |