diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-04-14 19:25:25 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-04-14 19:25:25 +0000 |
commit | ab1f647d7064c1632c6fae3811b147b7c1b06e0b (patch) | |
tree | f27a5b3f615260a60d85319c6a634bb4dd436dfe /lang/dmd/pkg-plist | |
parent | ee0b3ae7935df1ab91066edeab9eb8298af1bde7 (diff) | |
download | ports-ab1f647d7064c1632c6fae3811b147b7c1b06e0b.tar.gz ports-ab1f647d7064c1632c6fae3811b147b7c1b06e0b.zip |
Notes
Diffstat (limited to 'lang/dmd/pkg-plist')
-rw-r--r-- | lang/dmd/pkg-plist | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/dmd/pkg-plist b/lang/dmd/pkg-plist index 4c4301c2dafa..aa9620e8bcae 100644 --- a/lang/dmd/pkg-plist +++ b/lang/dmd/pkg-plist @@ -1,8 +1,8 @@ -bin/dmd -@unexec if cmp -s %D/%%EXAMPLESDIR%%/dmd.conf %D/etc/dmd.conf; then rm -f %D/etc/dmd.conf; fi -%%EXAMPLESDIR%%/dmd.conf -@exec if [ ! -f %D/etc/dmd.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dmd.conf %D/etc/dmd.conf; fi -%%EXAMPLESDIR%%/dmd.conf.tango +@unexec if cmp -s %D/%%EXAMPLESDIR%%/dmd1.conf %D/etc/dmd1.conf; then rm -f %D/etc/dmd1.conf; fi +%%EXAMPLESDIR%%/dmd1.conf +@exec if [ ! -f %D/etc/dmd1.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dmd1.conf %D/etc/dmd1.conf; fi +bin/dmd1 +%%EXAMPLESDIR%%/dmd1.conf.tango %%EXAMPLESDIR%%/samples/d/all.sh %%EXAMPLESDIR%%/samples/d/chello.d %%EXAMPLESDIR%%/samples/d/d2html.d @@ -164,6 +164,8 @@ include/d/phobos/std/windows/syserror.d include/d/phobos/std/zip.d include/d/phobos/std/zlib.d include/d/phobos/unittest.d +man/man1/dmd1.1.gz +man/man5/dmd1.conf.5.gz @dirrm %%EXAMPLESDIR%%/samples/d/mydll @dirrm %%EXAMPLESDIR%%/samples/d @dirrm %%EXAMPLESDIR%%/samples |