aboutsummaryrefslogtreecommitdiffstats
path: root/lang/dmd1
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-06-02 05:46:06 +0800
committerCy Schubert <cy@FreeBSD.org>2014-06-02 05:46:06 +0800
commitf41e4b369cb9b51423b6edfac51483e64f8bd065 (patch)
tree1e911001922a4259b675090a24451bcad4f58216 /lang/dmd1
parent9bab3f87256731f4ecb4de006957c51f4e0f87d3 (diff)
downloadfreebsd-ports-gnome-f41e4b369cb9b51423b6edfac51483e64f8bd065.tar.gz
freebsd-ports-gnome-f41e4b369cb9b51423b6edfac51483e64f8bd065.tar.zst
freebsd-ports-gnome-f41e4b369cb9b51423b6edfac51483e64f8bd065.zip
Correct dmd1.conf filename.
Diffstat (limited to 'lang/dmd1')
-rw-r--r--lang/dmd1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/dmd1/Makefile b/lang/dmd1/Makefile
index 4e3c072a7c2a..d6d6ef36c503 100644
--- a/lang/dmd1/Makefile
+++ b/lang/dmd1/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dmd
PORTVERSION= 1.076
+PORTREVISION= 1
PKGNAMESUFFIX= 1
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
@@ -52,7 +53,7 @@ post-patch:
${WRKDIR}/dmd/man/man1/dmd.1 \
${WRKDIR}/dmd/man/man1/dmd.conf.5
@${REINPLACE_CMD} -e 's|"/etc/"|"${PREFIX}/etc/"|' ${WRKSRC}/inifile.c
- @${REINPLACE_CMD} -e 's|dmd.conf|dmd2.conf|' ${WRKSRC}/mars.c
+ @${REINPLACE_CMD} -e 's|dmd.conf|dmd1.conf|' ${WRKSRC}/mars.c
.endif
@${REINPLACE_CMD} -e "s|%@P%/../../src/phobos|${MODULEDIR}|" ${WRKDIR}/dmd/freebsd/bin32/dmd.conf
@${CP} ${WRKDIR}/dmd/freebsd/bin32/dmd.conf ${WRKDIR}/dmd/freebsd/bin32/dmd.conf.tango