diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /devel/papi | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) |
Notes
Diffstat (limited to 'devel/papi')
-rw-r--r-- | devel/papi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 299135b6f4f6..0e4b7f0aac99 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -9,12 +9,13 @@ PORTNAME= papi PORTVERSION= 3.5.0 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://papi-for-freebsd.googlecode.com/files/:source1 -DISTFILES= papi-3.5.0-freebsd-rev49.tar.bz2:source1 +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTFILES= papi-3.5.0-freebsd-rev49.tar.bz2 MAINTAINER= redcrash@gmail.com COMMENT= API to access the performance counter hw in the microprocessor +PROJECTHOST= papi-for-freebsd STRIP= USE_LDCONFIG= yes USE_BZIP2= yes |