diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-03 02:54:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-03 02:54:30 +0000 |
commit | 9fa3b658620200e9987a134f5c4641c2312f6bcd (patch) | |
tree | d3d9794b81532d325b257ecaf827544e176ae55d /devel | |
parent | 49fa4f18802cce78352b9bdc2cc583fda22004ad (diff) |
- Fix comment
- Add empty directories to plist
Notes
Notes:
svn path=/head/; revision=380325
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pccts/Makefile | 2 | ||||
-rw-r--r-- | devel/pccts/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 7a0458c42048..99e4a80a2679 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.polhode.com/ DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org -COMMENT= The Purdue Compiler Construction Tool Set +COMMENT= Purdue Compiler Construction Tool Set CONFLICTS= antlr* diff --git a/devel/pccts/pkg-plist b/devel/pccts/pkg-plist index 5e5e281b6ab9..d81171bd2843 100644 --- a/devel/pccts/pkg-plist +++ b/devel/pccts/pkg-plist @@ -94,3 +94,5 @@ man/man1/dlg.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/12/test.g %%PORTEXAMPLES%%%%EXAMPLESDIR%%/13/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/13/test.g +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/6/B +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/6/A |