diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-02-25 21:49:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-02-25 21:49:33 +0000 |
commit | 255a33dd695792b5d3a7420e18655858f24e0b98 (patch) | |
tree | c8a4a0c4c108840bcad091e0a164c4c94c365f43 /ports-mgmt/pkg | |
parent | 3761d5bc68389936f23379e046980f07368ba15e (diff) | |
download | ports-255a33dd695792b5d3a7420e18655858f24e0b98.tar.gz ports-255a33dd695792b5d3a7420e18655858f24e0b98.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index c5cef6649df4..a8dc1966b708 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.6.4 +PORTREVISION= 1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -29,6 +30,8 @@ CFLAGS+= -Wno-error EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8 .endif +EXTRA_PATCHES+= ${FILESDIR}/0001-Fix-installation-of-hardlinks.patch:-p1 + .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) |