svn commit: r356179 - head/lang/dmd1

Cy Schubert cy at FreeBSD.org
Sun Jun 1 21:46:06 UTC 2014


Author: cy
Date: Sun Jun  1 21:46:06 2014
New Revision: 356179
URL: http://svnweb.freebsd.org/changeset/ports/356179
QAT: https://qat.redports.org/buildarchive/r356179/

Log:
  Correct dmd1.conf filename.

Modified:
  head/lang/dmd1/Makefile

Modified: head/lang/dmd1/Makefile
==============================================================================
--- head/lang/dmd1/Makefile	Sun Jun  1 21:37:19 2014	(r356178)
+++ head/lang/dmd1/Makefile	Sun Jun  1 21:46:06 2014	(r356179)
@@ -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


More information about the svn-ports-head mailing list