diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 12:32:04 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 12:32:04 +0800 |
commit | 7aa2a83351ccc75de4dd083383df9043341e04ef (patch) | |
tree | f23a11e2b7c28a5d1675d5a8515eab368b686aae /graphics/xli/Makefile | |
parent | 0e9251a883e2ebdcce151d78423934cbb0d6d9e6 (diff) | |
download | freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.tar.gz freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.tar.zst freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.zip |
With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of
these need to have INSTALL_MANPAGES= yes anymore.
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 636c854a09aa..b4d2e870c227 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -12,6 +12,5 @@ MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ EXTRACT_SUFX= .tar.gz NO_WRKSUBDIR= yes # PKG_CMD= pkg_create -N -INSTALL_MANPAGES= yes .include <bsd.port.mk> |