aboutsummaryrefslogtreecommitdiff
path: root/archivers/libmspack
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
commit110f3583b678bf22fb94d6d1f280cbd2a352e957 (patch)
tree8d9949ca6c69df96c0d2fd758409b3e4417976d0 /archivers/libmspack
parent3ddccf34d69359716acf90c1ac08a369dd35df15 (diff)
downloadports-110f3583b678bf22fb94d6d1f280cbd2a352e957.tar.gz
ports-110f3583b678bf22fb94d6d1f280cbd2a352e957.zip
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
Notes
Notes: svn path=/head/; revision=328096
Diffstat (limited to 'archivers/libmspack')
-rw-r--r--archivers/libmspack/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile
index 51a4f330941a..817c15c0e8b0 100644
--- a/archivers/libmspack/Makefile
+++ b/archivers/libmspack/Makefile
@@ -15,9 +15,6 @@ LICENSE= LGPL21
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-NO_STAGE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in
+USES= pathfix
.include <bsd.port.mk>