diff options
author | cy <cy@FreeBSD.org> | 2014-04-15 04:00:37 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-04-15 04:00:37 +0800 |
commit | 8a2c0919a850f7664d46cb3a93825cefd9f73c14 (patch) | |
tree | e20f776ac48c569ffdf4d662c14c614dfa4027cc /lang/dmd2 | |
parent | 1295caf71112b76a026a0dedf72c3a195e7e6790 (diff) | |
download | freebsd-ports-gnome-8a2c0919a850f7664d46cb3a93825cefd9f73c14.tar.gz freebsd-ports-gnome-8a2c0919a850f7664d46cb3a93825cefd9f73c14.tar.zst freebsd-ports-gnome-8a2c0919a850f7664d46cb3a93825cefd9f73c14.zip |
Fix up conflict with lang/dmd1.
Diffstat (limited to 'lang/dmd2')
-rw-r--r-- | lang/dmd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 1cf8acbfa2d4..3795ef914127 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -13,8 +13,8 @@ COMMENT= D 2.0 compiler, not officially validated for FreeBSD USES= gmake zip MAKEFILE= posix.mak -EXAMPLESDIR= ${PREFIX}/share/examples/dmd -DOCSDIR= ${PREFIX}/share/doc/dmd +EXAMPLESDIR= ${PREFIX}/share/examples/dmd2 +DOCSDIR= ${PREFIX}/share/doc/dmd2 PORTDOCS= *.txt druntime/ html/ WRKSRC= ${WRKDIR}/dmd2/src/${PORTNAME} LICENSE_COMB= multi |