Date: Mon, 23 Sep 2013 11:23:55 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327976 - head/ports-mgmt/portupgrade-devel Message-ID: <201309231123.r8NBNtAP044506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Mon Sep 23 11:23:55 2013 New Revision: 327976 URL: http://svnweb.freebsd.org/changeset/ports/327976 Log: - Support STAGEDIR Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/pkg-plist Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Mon Sep 23 11:23:47 2013 (r327975) +++ head/ports-mgmt/portupgrade-devel/Makefile Mon Sep 23 11:23:55 2013 (r327976) @@ -17,7 +17,6 @@ LICENSE= BSD CONFLICTS_INSTALL= portupgrade-[0-9]* -NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade @@ -27,25 +26,8 @@ GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} USE_RUBY= yes USE_LDCONFIG= ${PREFIX}/lib/compat/pkg -MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}" -MAN1= pkg_deinstall.1 \ - pkg_fetch.1 \ - pkg_glob.1 \ - pkg_sort.1 \ - pkgdb.1 \ - pkgdu.1 \ - portcvsweb.1 \ - portsvnweb.1 \ - portsclean.1 \ - portsdb.1 \ - portupgrade.1 \ - portversion.1 -MAN5= pkgtools.conf.5 -MLINKS= pkgdb.1 pkg_which.1 \ - portupgrade.1 portinstall.1 \ - portcvsweb.1 portsvnweb.1 \ - portsdb.1 ports_glob.1 -MANCOMPRESSED= maybe +MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" \ + RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}" EXAMPLESDIR= ${PREFIX}/share/examples/pkgtools DOCSDIR= ${PREFIX}/share/doc/pkgtools @@ -78,9 +60,6 @@ post-patch: .SILENT ${WRKSRC}/lib/pkgtools/revision.rb.in > ${WRKSRC}/lib/pkgtools/revision.rb post-install: - if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \ - ${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \ - fi - ${MKDIR} ${PREFIX}/lib/compat/pkg + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg .include <bsd.port.post.mk> Modified: head/ports-mgmt/portupgrade-devel/pkg-plist ============================================================================== --- head/ports-mgmt/portupgrade-devel/pkg-plist Mon Sep 23 11:23:47 2013 (r327975) +++ head/ports-mgmt/portupgrade-devel/pkg-plist Mon Sep 23 11:23:55 2013 (r327976) @@ -1,6 +1,22 @@ @exec /bin/mkdir -p %D/lib/compat/pkg @dirrmtry lib/compat/pkg @dirrmtry lib/compat +man/man1/pkg_deinstall.1.gz +man/man1/pkg_fetch.1.gz +man/man1/pkg_glob.1.gz +man/man1/pkg_sort.1.gz +man/man1/pkg_which.1.gz +man/man1/pkgdb.1.gz +man/man1/pkgdu.1.gz +man/man1/portcvsweb.1.gz +man/man1/portinstall.1.gz +man/man1/ports_glob.1.gz +man/man1/portsclean.1.gz +man/man1/portsdb.1.gz +man/man1/portsvnweb.1.gz +man/man1/portupgrade.1.gz +man/man1/portversion.1.gz +man/man5/pkgtools.conf.5.gz sbin/pkg_deinstall sbin/pkg_fetch sbin/pkg_glob
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231123.r8NBNtAP044506>