diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 15:06:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 15:06:04 +0000 |
commit | 9aff84468c5df06cfd70f83da11a724d5a568eb7 (patch) | |
tree | a5e81c29aee9c234debbcad6b64989063ff92171 /mail | |
parent | Fix two blunders introduced in previous commit. (diff) |
Fix build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mb2md/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index c55db66c1e29..d4a0e65f568d 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -7,6 +7,7 @@ PORTNAME= mb2md PORTVERSION= 3.20 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://batleth.sapienti-sat.org/projects/mb2md/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pl @@ -22,7 +23,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= yes PLIST_FILES= bin/mb2md |