diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-06-12 06:56:52 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-06-12 06:56:52 +0800 |
commit | 93b79c60eeba3b40c905ca26c966c739438bed3e (patch) | |
tree | c99fa095cdded5792dd305c59868e3783a0346b4 /devel | |
parent | 5090a86480162bb61f994e869f0f2f49b2133701 (diff) | |
download | freebsd-ports-gnome-93b79c60eeba3b40c905ca26c966c739438bed3e.tar.gz freebsd-ports-gnome-93b79c60eeba3b40c905ca26c966c739438bed3e.tar.zst freebsd-ports-gnome-93b79c60eeba3b40c905ca26c966c739438bed3e.zip |
- Respect PREFIX
- Take advantage of SF abbreviation in MASTER_SITES
PR: ports/135481
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
Diffstat (limited to 'devel')
-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: |