diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 20:20:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 20:20:01 +0000 |
commit | 46764f6f8b48e0553b21a11a078193a5421c3ad2 (patch) | |
tree | d10f5ba9e6a97c5d7e26ec01c52dc1557854d15f /lang/treecc | |
parent | ad7fcde60bd6e3419c58159724131cae39a6aafa (diff) | |
download | ports-46764f6f8b48e0553b21a11a078193a5421c3ad2.tar.gz ports-46764f6f8b48e0553b21a11a078193a5421c3ad2.zip |
Notes
Diffstat (limited to 'lang/treecc')
-rw-r--r-- | lang/treecc/Makefile | 1 | ||||
-rw-r--r-- | lang/treecc/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 165693c707af..7d8b6189b82a 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -17,5 +17,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= treecc.1 INFO= treecc +PLIST_FILES= bin/treecc .include <bsd.port.mk> diff --git a/lang/treecc/pkg-plist b/lang/treecc/pkg-plist deleted file mode 100644 index 4a458c47e1d1..000000000000 --- a/lang/treecc/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/treecc |