diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-23 15:01:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-23 15:01:32 +0000 |
commit | ff463e373df8eb11e5855ccbbe39657236a29f8c (patch) | |
tree | f8453f3544c9f3faa53f6ac0e7e06171331bd669 /net/tinyldap/Makefile | |
parent | cc8e90c2815922d8394c3b533e1fbdd64815e4db (diff) |
- update to 20040323
- removes patches that have been included in distribution
Notes
Notes:
svn path=/head/; revision=105056
Diffstat (limited to 'net/tinyldap/Makefile')
-rw-r--r-- | net/tinyldap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 7f97969b1a71..192cb4dbed06 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -6,16 +6,17 @@ # PORTNAME= tinyldap -PORTVERSION= 0.0.20040226 -PORTREVISION= 2 +PORTVERSION= 0.0.${SNAPSHOT} CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.dinoex.de/pub/tinyldap/ +DISTNAME= ${PORTNAME}-${SNAPSHOT} MAINTAINER= dinoex@FreeBSD.org COMMENT= A small LDAP implementation BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} +SNAPSHOT= 20040323 USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes |