diff options
author | bf <bf@FreeBSD.org> | 2013-01-17 00:22:36 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-01-17 00:22:36 +0800 |
commit | 2aed5e54a70021e1389218ff6b77497007ddeb0a (patch) | |
tree | 4e49087d1d593f7230f12713b4d4366889a61a13 /devel/abi-compliance-checker | |
parent | 1a19fef9e1a9437cb8f25865d6171efc3c13b900 (diff) | |
download | freebsd-ports-gnome-2aed5e54a70021e1389218ff6b77497007ddeb0a.tar.gz freebsd-ports-gnome-2aed5e54a70021e1389218ff6b77497007ddeb0a.tar.zst freebsd-ports-gnome-2aed5e54a70021e1389218ff6b77497007ddeb0a.zip |
update a mirror; remove NOPORTDOCS; trim header
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 30 | ||||
-rw-r--r-- | devel/abi-compliance-checker/distinfo | 4 |
2 files changed, 17 insertions, 17 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index ef924fbdf823..525092d351ba 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -1,15 +1,13 @@ -# New ports collection makefile for: abi-compliance-checker -# Date created: August 21, 2009 -# Whom: bf <bf@FreeBSD.org> -# +# Created by: bf <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= abi-compliance-checker PORTVERSION= 1.98.7 CATEGORIES= devel perl5 -MASTER_SITES= http://github.com/lvc/abi-compliance-checker/archive/ \ - LOCAL/bf +MASTER_SITES= https://github.com/lvc/${PORTNAME}/archive/ \ + LOCAL/bf/${DIST_SUBDIR} +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= bf@FreeBSD.org COMMENT= Checks binary compatibility of two versions of a C/C++ shared library @@ -30,9 +28,9 @@ USE_GCC= any FETCH_ARGS?= -Fpr NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt CTAGS?= exctags @@ -45,11 +43,13 @@ PICFLAG?= -fPIC PICFLAG?= -fpic .endif -.for w in DATA DOCS -.ifndef(NOPORT${w}) -PORT${w}= * +.ifndef(NOPORTDATA) +PORTDATA= * +.endif + +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= * .endif -.endfor post-patch: @${REINPLACE_CMD} \ @@ -68,7 +68,7 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif @@ -86,4 +86,4 @@ check regression-test test: build .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo index e2ba93b3e964..239da72af9fa 100644 --- a/devel/abi-compliance-checker/distinfo +++ b/devel/abi-compliance-checker/distinfo @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.98.7.tar.gz) = bab85f7a38b98f0e8946b016b2b66a84b22a0ba4af62465d77baf3388d72c73b -SIZE (abi-compliance-checker-1.98.7.tar.gz) = 256050 +SHA256 (abi-compliance-checker/1.98.7.tar.gz) = b1198a4c726ead9d02d1ab1fdbc384f72c34d43e4d29b8438d1b1460aca73699 +SIZE (abi-compliance-checker/1.98.7.tar.gz) = 256069 |