diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-02 05:59:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-02 05:59:38 +0800 |
commit | 40085871973846b59358caa3c1b464974ac3e321 (patch) | |
tree | 0966c29c996792d7ab71a00f16dbe7ba2735ff09 /math/ploticus | |
parent | 6e1fe65abe5d723c4317a0d33117999e97581145 (diff) | |
download | freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.tar.gz freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.tar.zst freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.zip |
Remove comments and optional dependencies for ports which are
about to be removed.
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 8c7d854bb217..1a5fa9defe31 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -61,7 +61,6 @@ do-install: ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} .if !defined(NO_INSTALL_MANPAGES) - # pl.1 conflicts with lang/TenDRA ${INSTALL_MAN} ${WRKSRC}/man/man1/pl.1 ${MANPREFIX}/man/man1/ploticus.1 ${INSTALL_MAN} ${WRKSRC}/man/man3/${MAN3} ${MANPREFIX}/man/man3 .endif |