Date: Fri, 27 Sep 2013 06:54:39 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328433 - head/ports-mgmt/wanted-ports Message-ID: <201309270654.r8R6sdna089051@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Fri Sep 27 06:54:39 2013 New Revision: 328433 URL: http://svnweb.freebsd.org/changeset/ports/328433 Log: - Stageify Modified: head/ports-mgmt/wanted-ports/Makefile Modified: head/ports-mgmt/wanted-ports/Makefile ============================================================================== --- head/ports-mgmt/wanted-ports/Makefile Fri Sep 27 06:18:40 2013 (r328432) +++ head/ports-mgmt/wanted-ports/Makefile Fri Sep 27 06:54:39 2013 (r328433) @@ -19,7 +19,8 @@ SUB_FILES= ${PORTNAME} \ SUB_LIST= PORTNAME=${PORTNAME} \ PKGNAME=${PKGNAME} PLIST_SUB= PORTNAME=${PORTNAME} -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz MAN1= ${PORTNAME}.1 @@ -29,13 +30,12 @@ CFGFILE= ${WANTEDPORTSCFG} CFGFILE?= /var/db/${PORTNAME}.conf .endif -NO_STAGE= yes .if exists(${CFGFILE}) .include "${CFGFILE}" .endif do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309270654.r8R6sdna089051>