aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-06-02 05:46:06 +0800
committercy <cy@FreeBSD.org>2014-06-02 05:46:06 +0800
commitd3c26bc3c326a1d6dae348435f34e6c32c858cb5 (patch)
tree1e911001922a4259b675090a24451bcad4f58216 /lang
parent355a92c9015c583eb027f7cddc926400bdd9f7c4 (diff)
downloadfreebsd-ports-gnome-d3c26bc3c326a1d6dae348435f34e6c32c858cb5.tar.gz
freebsd-ports-gnome-d3c26bc3c326a1d6dae348435f34e6c32c858cb5.tar.zst
freebsd-ports-gnome-d3c26bc3c326a1d6dae348435f34e6c32c858cb5.zip
Correct dmd1.conf filename.
Diffstat (limited to 'lang')
-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