diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-22 12:04:02 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-22 12:04:02 +0000 |
commit | b8fdc56ae88286b9b9963c2acadc20a1a230e5d6 (patch) | |
tree | c87f40a753215e4a497798351c196281a8c47f00 /devel/libcidr/Makefile | |
parent | cfc84c9d6e0498bea5718573ce343cfa258fba65 (diff) | |
download | ports-b8fdc56ae88286b9b9963c2acadc20a1a230e5d6.tar.gz ports-b8fdc56ae88286b9b9963c2acadc20a1a230e5d6.zip |
Notes
Diffstat (limited to 'devel/libcidr/Makefile')
-rw-r--r-- | devel/libcidr/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libcidr/Makefile b/devel/libcidr/Makefile index 1c326e2c9e67..5537cf73ae03 100644 --- a/devel/libcidr/Makefile +++ b/devel/libcidr/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libcidr -# Date created: Mar 31 2012 -# Whom: Ryan Steinmetz <zi@FreeBSD.org> -# +# Created by: Ryan Steinmetz <zi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libcidr -DISTVERSION= 1.2 +DISTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \ http://distfiles.over-yonder.net/${PORTNAME}/ \ @@ -23,7 +19,6 @@ USE_LDCONFIG= yes MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} MAN3= libcidr.3 -MANCOMPRESSED= yes .if defined(NOPORTDOCS) MAKE_ENV+= NO_DOCS=yes |