diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-01-25 02:42:22 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-01-25 02:42:22 +0000 |
commit | c8ff4700403b9ae6a9358fb89f63a8f26cc53ee4 (patch) | |
tree | d1aae6a504a00d7a71c1f8e541715c51150efedd /devel/libcidr/Makefile | |
parent | 5c9573a6ed6b278537a9f3223436f3a33ed6874d (diff) | |
download | ports-c8ff4700403b9ae6a9358fb89f63a8f26cc53ee4.tar.gz ports-c8ff4700403b9ae6a9358fb89f63a8f26cc53ee4.zip |
Notes
Diffstat (limited to 'devel/libcidr/Makefile')
-rw-r--r-- | devel/libcidr/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/libcidr/Makefile b/devel/libcidr/Makefile index d4149e52a988..e2be3104c1cb 100644 --- a/devel/libcidr/Makefile +++ b/devel/libcidr/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= libcidr -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \ http://distfiles.over-yonder.net/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ -MAINTAINER= zi@FreeBSD.org +MAINTAINER= fullermd@over-yonder.net COMMENT= A library to handle manipulating CIDR netblocks LICENSE= BSD @@ -16,17 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_XZ= yes USE_LDCONFIG= yes -MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} - -MAN3= libcidr.3 - -.if defined(NOPORTDOCS) -MAKE_ENV+= NO_DOCS=yes -.endif +MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} NO_DOCS=yes .if defined(NOPORTEXAMPLES) MAKE_ENV+= NO_EXAMPLES=yes .endif -NO_STAGE= yes .include <bsd.port.mk> |