diff options
author | tron <tron@pkgsrc.org> | 2008-08-10 16:19:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-08-10 16:19:33 +0000 |
commit | 7c12e33377da239cba6db317a394131825c8b4a3 (patch) | |
tree | c971b89f4ebd2b7ed5596bfc4ce615a72e58f1b2 /lang/mono | |
parent | edb681cd2daa23e7257bf5dd88ad0df456998471 (diff) | |
download | pkgsrc-7c12e33377da239cba6db317a394131825c8b4a3.tar.gz |
Remove directory "include/mono-1.0/mono" on deinstallation.
Bump package revision because of a package list fix.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 4 | ||||
-rw-r--r-- | lang/mono/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index c48a3904aa4..97a1d4e611f 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2008/08/09 19:57:51 kefren Exp $ +# $NetBSD: Makefile,v 1.70 2008/08/10 16:19:33 tron Exp $ DISTNAME= mono-${MONO_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://go-mono.com/sources/mono/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/mono/PLIST b/lang/mono/PLIST index 930986dcd4c..2c821722aeb 100644 --- a/lang/mono/PLIST +++ b/lang/mono/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2008/04/19 18:42:10 kefren Exp $ +@comment $NetBSD: PLIST,v 1.25 2008/08/10 16:19:33 tron Exp $ bin/al bin/al2 bin/caspol @@ -967,4 +967,5 @@ share/mono-1.0/mono/cil/cil-opcodes.xml @dirrm include/mono-1.0/mono/io-layer @dirrm include/mono-1.0/mono/interpreter @dirrm include/mono-1.0/mono/cil +@dirrm include/mono-1.0/mono @dirrm include/mono-1.0 |