diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-23 23:01:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-23 23:01:32 +0800 |
commit | 62ff22ff7819325991d8c6b730a3799a013b705d (patch) | |
tree | d1b9bf5a56330317a34f4026b6a1b536c07719c6 /net/tinyldap/Makefile | |
parent | 09de6fcab2210820b15bb0e14bc7ae4932f99641 (diff) | |
download | freebsd-ports-gnome-62ff22ff7819325991d8c6b730a3799a013b705d.tar.gz freebsd-ports-gnome-62ff22ff7819325991d8c6b730a3799a013b705d.tar.zst freebsd-ports-gnome-62ff22ff7819325991d8c6b730a3799a013b705d.zip |
- update to 20040323
- removes patches that have been included in distribution
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 |