Date: Sat, 31 Oct 2015 15:13:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400580 - head/ports-mgmt/pkg Message-ID: <201510311513.t9VFD1Gd085582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Oct 31 15:13:01 2015 New Revision: 400580 URL: https://svnweb.freebsd.org/changeset/ports/400580 Log: Seems like there is no place for humour :( Requested by: many Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/pkg-plist Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat Oct 31 14:24:32 2015 (r400579) +++ head/ports-mgmt/pkg/Makefile Sat Oct 31 15:13:01 2015 (r400580) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -72,7 +72,6 @@ PKG_DEPENDS= PKG_BIN= ${WRKSRC}/src/pkg-static post-install: - ${LN} -sf ${PREFIX}/sbin/pkg ${STAGEDIR}${PREFIX}/sbin/bapt-get @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \ ${STAGEDIR}${PREFIX}/lib/libpkg.a Modified: head/ports-mgmt/pkg/pkg-plist ============================================================================== --- head/ports-mgmt/pkg/pkg-plist Sat Oct 31 14:24:32 2015 (r400579) +++ head/ports-mgmt/pkg/pkg-plist Sat Oct 31 15:13:01 2015 (r400580) @@ -50,7 +50,6 @@ man/man8/pkg-upgrade.8.gz man/man8/pkg-version.8.gz man/man8/pkg-which.8.gz man/man8/pkg.8.gz -sbin/bapt-get sbin/pkg sbin/pkg-static sbin/pkg2ng
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510311513.t9VFD1Gd085582>