diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
commit | 02622773e6473a21d9d7714f5735f66be7049572 (patch) | |
tree | b31d7ec4688d37aa34a38f4d236c46c4823da5a6 /math/ploticus | |
parent | 3469df6705e52cb84b29c706b943b2a55021ffb1 (diff) | |
download | ports-02622773e6473a21d9d7714f5735f66be7049572.tar.gz ports-02622773e6473a21d9d7714f5735f66be7049572.zip |
Notes
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 |