diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 02:06:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 02:06:21 +0800 |
commit | e7f527f032d3acbe09020acb3c4216c3b839fbfe (patch) | |
tree | 26f839af298fa3aaa3d38e4471bd5b3eadb00303 /devel/cvsbook | |
parent | 61018e28c26a01adbc873120840fb6e1677e2c01 (diff) | |
download | freebsd-ports-gnome-e7f527f032d3acbe09020acb3c4216c3b839fbfe.tar.gz freebsd-ports-gnome-e7f527f032d3acbe09020acb3c4216c3b839fbfe.tar.zst freebsd-ports-gnome-e7f527f032d3acbe09020acb3c4216c3b839fbfe.zip |
Cleanup plist
Diffstat (limited to 'devel/cvsbook')
-rw-r--r-- | devel/cvsbook/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/cvsbook/Makefile b/devel/cvsbook/Makefile index 333fedea6e36..299b026a31dc 100644 --- a/devel/cvsbook/Makefile +++ b/devel/cvsbook/Makefile @@ -48,12 +48,6 @@ PLIST_FILES+= %%DOCSDIR%%/cvsbook.pdf .endif .if ${PORT_OPTIONS:MSPLIT_HTML} -PLIST_DIRS+= %%DOCSDIR%%/cvsbook-shtml -.endif - -PLIST_DIRS+= %%DOCSDIR%% - -.if ${PORT_OPTIONS:MSPLIT_HTML} post-patch: @${REINPLACE_CMD} -e \ '/Non-monolithic HTML not supported/s|@.*|makeinfo --html main.texi|' \ |