aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-06-11 22:56:52 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-06-11 22:56:52 +0000
commitaeac66c6ec0a83b3671f74c3a99d3084528fb91d (patch)
tree70cd153edbdcccf9d943095113e3e39e6cd43fd3
parent40023f8d761177432e13fc23338e62f14f0977c0 (diff)
downloadports-aeac66c6ec0a83b3671f74c3a99d3084528fb91d.tar.gz
ports-aeac66c6ec0a83b3671f74c3a99d3084528fb91d.zip
Notes
-rw-r--r--devel/cppunit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index b2c2136d078e..927e766997b8 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -7,8 +7,7 @@
PORTNAME= cppunit
PORTVERSION= 1.12.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= yzlin@cs.nctu.edu.tw
COMMENT= C++ port of the JUnit framework for unit testing
@@ -37,7 +36,7 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -Ee "s,^(pkgconfigdatadir).*,\1 = ${LOCALBASE}/libdata/pkgconfig," \
+ @${REINPLACE_CMD} -Ee "s,^(pkgconfigdatadir).*,\1 = $$\(prefix\)/libdata/pkgconfig," \
${WRKSRC}/Makefile.in
post-install: