diff options
author | bjs <bjs> | 2007-12-14 19:07:44 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-12-14 19:07:44 +0000 |
commit | 10f00406a566b27884541a3231b87b460c3bac10 (patch) | |
tree | 640beb4925cd9a38d2289ec87fe810d324cb8b5d /devel | |
parent | 86d214360892814379f520656337829674022d4a (diff) | |
download | pkgsrc-10f00406a566b27884541a3231b87b460c3bac10.tar.gz |
Remove 'nls' option per joerg's request. I added it because I figured
there was some reason that the .mo files were in a seperate PLIST, though
I did not see why.
Bump rev again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tre/Makefile | 6 | ||||
-rw-r--r-- | devel/tre/PLIST | 5 | ||||
-rw-r--r-- | devel/tre/PLIST.nls | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/tre/Makefile b/devel/tre/Makefile index 8c549cf5374..15d0b23014f 100644 --- a/devel/tre/Makefile +++ b/devel/tre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/12/14 08:34:42 bjs Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/14 19:07:44 bjs Exp $ DISTNAME= tre-0.7.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://laurikari.net/tre/ @@ -17,6 +17,6 @@ USE_LIBTOOL= YES CONFIGURE_ARGS+= --disable-agrep CONFIGURE_ARGS+= --disable-system-abi -.include "options.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/tre/PLIST b/devel/tre/PLIST index d00e7a83009..601dc8663a0 100644 --- a/devel/tre/PLIST +++ b/devel/tre/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2007/12/14 08:34:43 bjs Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/12/14 19:07:44 bjs Exp $ include/tre/regex.h include/tre/tre-config.h lib/libtre.la lib/pkgconfig/tre.pc -@dirrm include/tre +share/locale/fi/LC_MESSAGES/tre.mo +share/locale/sv/LC_MESSAGES/tre.mo diff --git a/devel/tre/PLIST.nls b/devel/tre/PLIST.nls deleted file mode 100644 index 974e1cba2e6..00000000000 --- a/devel/tre/PLIST.nls +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.nls,v 1.1 2007/12/14 08:34:44 bjs Exp $ -share/locale/fi/LC_MESSAGES/tre.mo -share/locale/sv/LC_MESSAGES/tre.mo |