diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 03:47:30 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 03:47:30 +0800 |
commit | 8e32ed8b7220dcffa567dc68b7560c32e116d9da (patch) | |
tree | 60e21968c3ffaaec0d9885fcbb3cf14253b4e4da /textproc/weka | |
parent | 2d1e78c69d7ab87dc0ea6851ec0f88f35d986069 (diff) | |
download | freebsd-ports-gnome-8e32ed8b7220dcffa567dc68b7560c32e116d9da.tar.gz freebsd-ports-gnome-8e32ed8b7220dcffa567dc68b7560c32e116d9da.tar.zst freebsd-ports-gnome-8e32ed8b7220dcffa567dc68b7560c32e116d9da.zip |
cleanup plist
Diffstat (limited to 'textproc/weka')
-rw-r--r-- | textproc/weka/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/weka/Makefile b/textproc/weka/Makefile index 25bf50ce9f05..b875ca20371d 100644 --- a/textproc/weka/Makefile +++ b/textproc/weka/Makefile @@ -25,7 +25,6 @@ SUB_LIST= JARNAME=${PORTNAME}.jar PLIST_FILES= %%DATADIR%%/${PORTNAME}.jar \ bin/${PORTNAME} -PLIST_DIRS= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR} |