aboutsummaryrefslogtreecommitdiffstats
path: root/mail/msgconvert/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-01-19 22:00:32 +0800
committerarved <arved@FreeBSD.org>2004-01-19 22:00:32 +0800
commit175e8b11a9dbc2c5c73ecefa7a93bfc4edc42867 (patch)
treeadfb6d33829b79230560c583fa1a72f2b42c605a /mail/msgconvert/Makefile
parent8ad922af325f3fc6bdae78fde4c97a47c30d0d8a (diff)
downloadfreebsd-ports-gnome-175e8b11a9dbc2c5c73ecefa7a93bfc4edc42867.tar.gz
freebsd-ports-gnome-175e8b11a9dbc2c5c73ecefa7a93bfc4edc42867.tar.zst
freebsd-ports-gnome-175e8b11a9dbc2c5c73ecefa7a93bfc4edc42867.zip
Update to 20040104
PR: 61573 Submitted by: maintainer
Diffstat (limited to 'mail/msgconvert/Makefile')
-rw-r--r--mail/msgconvert/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msgconvert/Makefile b/mail/msgconvert/Makefile
index 00aa5aea17b2..bb72a01cc6b0 100644
--- a/mail/msgconvert/Makefile
+++ b/mail/msgconvert/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= msgconvert
-PORTVERSION= 20020831
+PORTVERSION= 20040104
CATEGORIES= mail perl5
MASTER_SITES= http://www.webonaut.com/distfiles/
PKGNAMEPREFIX= p5-
@@ -29,5 +29,6 @@ EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
+ ${LN} -s ${PREFIX}/bin/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>