diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-09-03 08:41:20 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-09-03 08:41:20 +0000 |
commit | ee2489d593e39bfb19d44594e4d77ffc4fab41c7 (patch) | |
tree | e1a321090bdb266ef338e13f396ac856d601e41e | |
parent | e86ed610890025e59d39708efa405edfc4b6011c (diff) | |
download | FreeBSD-ports-ee2489d593e39bfb19d44594e4d77ffc4fab41c7.zip FreeBSD-ports-ee2489d593e39bfb19d44594e4d77ffc4fab41c7.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add NO_PACKAGE to prevent bento error.
Obtained from: bento
-rw-r--r-- | www/MT/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 975eb0b..2f13790 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,6 +7,7 @@ PORTNAME= MT PORTVERSION= 2.64 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -33,6 +34,7 @@ PLIST_SUB+= DATADIR=${DATADIR} CGIDIR=${CGIDIR} USE_PERL5_RUN= yes NO_BUILD= yes +NO_PACKAGE= "not yet" .include <bsd.port.pre.mk> |