diff options
author | rene <rene@FreeBSD.org> | 2010-06-16 05:57:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-06-16 05:57:46 +0800 |
commit | fc1caa29bbacaf1965fd2c56920edae3131b839e (patch) | |
tree | 76f4312606db9566e3ddefb08143089a1bd4512c /ports-mgmt | |
parent | b37b8c65114b48d0c7edfa38054da75bf41a9ff4 (diff) | |
download | freebsd-ports-gnome-fc1caa29bbacaf1965fd2c56920edae3131b839e.tar.gz freebsd-ports-gnome-fc1caa29bbacaf1965fd2c56920edae3131b839e.tar.zst freebsd-ports-gnome-fc1caa29bbacaf1965fd2c56920edae3131b839e.zip |
* Always install the manual page [1]
* Fix maintainer address [2]
Submitted by: QAT [1], maintainer [2]
Approved by: tabthorpe (mentor)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/wanted-ports/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports-mgmt/wanted-ports/Makefile b/ports-mgmt/wanted-ports/Makefile index 908da0d9d909..9c201d6d40d7 100644 --- a/ports-mgmt/wanted-ports/Makefile +++ b/ports-mgmt/wanted-ports/Makefile @@ -13,7 +13,7 @@ CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= m.seaman@infracaninphile.co.uk +MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= Just depend on a configurable, arbitrary set of other ports LICENSE= BSD @@ -40,8 +40,6 @@ CFGFILE?= /var/db/${PORTNAME}.conf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} -.if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ -.endif .include <bsd.port.mk> |