aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-06-15 21:57:46 +0000
committerRene Ladan <rene@FreeBSD.org>2010-06-15 21:57:46 +0000
commit36734dd6ded8498d54e774194b395c5f4cc5a0d7 (patch)
tree1094d14f8348357873ffa3b28ccbb90b3d3411d1 /ports-mgmt
parentdf6174c962de2eaefabf7db605463cfb8308038a (diff)
downloadports-36734dd6ded8498d54e774194b395c5f4cc5a0d7.tar.gz
ports-36734dd6ded8498d54e774194b395c5f4cc5a0d7.zip
* Always install the manual page [1]
* Fix maintainer address [2] Submitted by: QAT [1], maintainer [2] Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=256576
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/wanted-ports/Makefile4
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>