aboutsummaryrefslogtreecommitdiff
path: root/misc/mime-support/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-06 03:17:17 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-06 03:17:17 +0000
commit5457a8c67754f8d17c32af63398091fb45ca34d2 (patch)
tree1db5eb32041d625d689ccf3b979ce70a7fbdf528 /misc/mime-support/Makefile
parent2acfba6325c70fa3013e54f86ab794d751d8168d (diff)
downloadports-5457a8c67754f8d17c32af63398091fb45ca34d2.tar.gz
ports-5457a8c67754f8d17c32af63398091fb45ca34d2.zip
Notes
Diffstat (limited to 'misc/mime-support/Makefile')
-rw-r--r--misc/mime-support/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile
index c90c85a7e418..4da82c5b41f6 100644
--- a/misc/mime-support/Makefile
+++ b/misc/mime-support/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mime-support
-PORTVERSION= 3.31.1
+PORTVERSION= 3.32.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION:C/(.*)\.([^.])/\1-\2/}
@@ -20,6 +20,6 @@ NO_BUILD= yes
PLIST_FILES= etc/mime.types
do-install:
- @${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc
+ ${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc
.include <bsd.port.mk>