diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:58:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:58:13 +0000 |
commit | df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e (patch) | |
tree | dd790ca6c84e29063a946c2a928298cdbc24311d /graphics/pngwriter/Makefile | |
parent | 91d17ef60101776a9d6abda5b326390d158d2500 (diff) | |
download | ports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.tar.gz ports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.zip |
cleanup plist
Notes
Notes:
svn path=/head/; revision=375087
Diffstat (limited to 'graphics/pngwriter/Makefile')
-rw-r--r-- | graphics/pngwriter/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 211dcb380d31..7da679bf4e3c 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -23,8 +23,6 @@ PLIST_FILES= include/pngwriter.h \ lib/libpngwriter.a \ %%DATADIR%%/fonts/FreeMonoBold.ttf \ %%DATADIR%%/fonts/FreeSansBold.ttf -PLIST_DIRS= %%DATADIR%%/fonts \ - %%DATADIR%% PORTDOCS= * PORTEXAMPLES= * |