diff options
author | obache <obache> | 2007-11-26 11:36:49 +0000 |
---|---|---|
committer | obache <obache> | 2007-11-26 11:36:49 +0000 |
commit | 3573f9921ba2ce50503750cb00db8f7fde7abf03 (patch) | |
tree | 5163384ed589c8b6060949c641738cc3d2db8d05 /textproc/p5-native-hyperestraier | |
parent | 71fcaa9da54702a311a7bfce03b3c0d78f0a3dbb (diff) | |
download | pkgsrc-3573f9921ba2ce50503750cb00db8f7fde7abf03.tar.gz |
Rename PKGNAME to same as the directory name.
Diffstat (limited to 'textproc/p5-native-hyperestraier')
-rw-r--r-- | textproc/p5-native-hyperestraier/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-native-hyperestraier/Makefile b/textproc/p5-native-hyperestraier/Makefile index fb85c5df375..d33dba37056 100644 --- a/textproc/p5-native-hyperestraier/Makefile +++ b/textproc/p5-native-hyperestraier/Makefile @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.3 2007/03/05 15:58:20 obache Exp $ +# $NetBSD: Makefile,v 1.4 2007/11/26 11:36:49 obache Exp $ # .include "../../textproc/hyperestraier/Makefile.common" -PKGNAME= p5-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION} +PKGNAME= p5-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION} CATEGORIES= databases perl5 COMMENT= Perl interface of Hyper Estraier +CONFLICTS+= p5-hyperestraier-[0-9]* + MY_SUBDIR= perlnative BUILD_DIRS= ${MY_SUBDIR} CONFIGURE_DIRS= ${MY_SUBDIR} GNU_CONFIGURE= yes +USE_TOOLS+= perl PERL5_CONFIGURE=no TEST_TARGET= check |