summaryrefslogtreecommitdiff
path: root/converters/fconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/fconv/Makefile')
-rw-r--r--converters/fconv/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile
index c24d7d28ef88..609a802ae3c2 100644
--- a/converters/fconv/Makefile
+++ b/converters/fconv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fconv
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris
@@ -14,4 +15,10 @@ MASTER_SITE_SUBDIR= chris
MAINTAINER= chris@FreeBSD.org
COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
+MAKE_ENV+= INSTALLDIR=${PREFIX}/bin
+
+post-extract:
+ @${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.mk>