aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mtop/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-06-10 04:43:24 +0800
committerkrion <krion@FreeBSD.org>2005-06-10 04:43:24 +0800
commit102c24b82bd86b99e9c015d29f02741df4392670 (patch)
treed63423908f3bc2ac247a04fc3e0290f8445348ba /databases/mtop/Makefile
parent719b8f186ebddfdee6a860cfab2fc355361a3604 (diff)
downloadfreebsd-ports-gnome-102c24b82bd86b99e9c015d29f02741df4392670.tar.gz
freebsd-ports-gnome-102c24b82bd86b99e9c015d29f02741df4392670.tar.zst
freebsd-ports-gnome-102c24b82bd86b99e9c015d29f02741df4392670.zip
Fix build.
Diffstat (limited to 'databases/mtop/Makefile')
-rw-r--r--databases/mtop/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile
index 0a10e72c1e9a..4e23f96674d9 100644
--- a/databases/mtop/Makefile
+++ b/databases/mtop/Makefile
@@ -8,6 +8,7 @@
PORTNAME= mtop
PORTVERSION= 0.6.6
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,4 +24,7 @@ PERL_CONFIGURE= yes
MAN1= mkill.1 mtop.1
+post-patch:
+ ${RM} ${WRKSRC}/cpan2spec.pl
+
.include <bsd.port.mk>