diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-06-11 22:56:52 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-06-11 22:56:52 +0000 |
commit | aeac66c6ec0a83b3671f74c3a99d3084528fb91d (patch) | |
tree | 70cd153edbdcccf9d943095113e3e39e6cd43fd3 /devel/cppunit | |
parent | 40023f8d761177432e13fc23338e62f14f0977c0 (diff) | |
download | ports-aeac66c6ec0a83b3671f74c3a99d3084528fb91d.tar.gz ports-aeac66c6ec0a83b3671f74c3a99d3084528fb91d.zip |
Notes
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 5 |
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: |