diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-05-18 10:48:35 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-05-18 10:48:35 +0800 |
commit | 181689dbd589407300309e64a73385ea9e075017 (patch) | |
tree | 53e59da3f01a97da44756b60781e43e19ef720ed | |
parent | ce61ace7486287248a7cae578b474c6cf19eb458 (diff) | |
download | freebsd-ports-gnome-181689dbd589407300309e64a73385ea9e075017.tar.gz freebsd-ports-gnome-181689dbd589407300309e64a73385ea9e075017.tar.zst freebsd-ports-gnome-181689dbd589407300309e64a73385ea9e075017.zip |
Correct a plist error.
Reported by: kris
-rw-r--r-- | lang/tcc/Makefile | 1 | ||||
-rw-r--r-- | lang/tcc/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile index d1e2e957df86..a67088c202d3 100644 --- a/lang/tcc/Makefile +++ b/lang/tcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcc PORTVERSION= 0.9.23 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://fabrice.bellard.free.fr/tcc/ \ ${MASTER_SITE_LOCAL} diff --git a/lang/tcc/pkg-plist b/lang/tcc/pkg-plist index fbe495f2a0c9..01dd1d1d48a2 100644 --- a/lang/tcc/pkg-plist +++ b/lang/tcc/pkg-plist @@ -10,5 +10,6 @@ lib/tcc/libtcc1.a lib/tcc/bcheck.o lib/libtcc.a %%DOCSDIR%%/tcc-doc.html +@dirrm %%DOCSDIR%% @dirrm lib/tcc/include @dirrm lib/tcc |