aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-01-13 19:15:26 +0000
committerJohn Marino <marino@FreeBSD.org>2014-01-13 19:15:26 +0000
commitd7f1d8f658f9291410a293b141287daf359af821 (patch)
treeabb6addce3da3c778cdd9847a0008b0da6ac265c /converters
parente1657aa13fe07bb892b696f903dc2206c2aad4e8 (diff)
downloadports-d7f1d8f658f9291410a293b141287daf359af821.tar.gz
ports-d7f1d8f658f9291410a293b141287daf359af821.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/fconv/Makefile8
-rw-r--r--converters/fconv/files/patch-Makefile11
2 files changed, 12 insertions, 7 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile
index b945f4cfb52c..a58c9057d1be 100644
--- a/converters/fconv/Makefile
+++ b/converters/fconv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fconv
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris
@@ -11,12 +11,6 @@ MASTER_SITE_SUBDIR= chris
MAINTAINER= chris@FreeBSD.org
COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
-USES= uidfix
-
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}/bin
-post-patch:
- @${REINPLACE_CMD} 's/root/${UID}/g; s/wheel/${GID}/g' \
- ${WRKSRC}/Makefile
-
.include <bsd.port.mk>
diff --git a/converters/fconv/files/patch-Makefile b/converters/fconv/files/patch-Makefile
new file mode 100644
index 000000000000..3b3e7e96dbe7
--- /dev/null
+++ b/converters/fconv/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2000-12-07 23:29:34.000000000 +0000
++++ Makefile
+@@ -40,7 +40,7 @@ man:
+
+ install: links
+ .for TMPINS in ${LINKS}
+- install -c -o root -g wheel -m 0755 ${TMPINS} ${INSTALLDIR}
++ ${BSD_INSTALL_PROGRAM} ${TMPINS} ${INSTALLDIR}
+ .endfor
+
+ links: