diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /net/linux-f10-nss_ldap/Makefile | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) | |
download | ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.tar.gz ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.zip |
Notes
Diffstat (limited to 'net/linux-f10-nss_ldap/Makefile')
-rw-r--r-- | net/linux-f10-nss_ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/linux-f10-nss_ldap/Makefile b/net/linux-f10-nss_ldap/Makefile index 2340fec41a16..156503d5dd3b 100644 --- a/net/linux-f10-nss_ldap/Makefile +++ b/net/linux-f10-nss_ldap/Makefile @@ -3,12 +3,11 @@ PORTNAME= nss_ldap PORTVERSION= ${NSS_LDAP_VERSION} +PORTREVISION= 1 CATEGORIES= net linux MASTER_SITES= ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/testing/10/i386/ \ http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/testing/10/i386/ \ http://herveybayaustralia.com.au/ports/distfiles/ -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2307 NSS Module (Linux Fedora 10) @@ -20,9 +19,10 @@ OPTIONS_DEFINE= DOCS PAM NSS_LDAP_VERSION=264 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_PREFIX=yes -LINUX_DIST_VER= 10 + RPMVERSION= 6.fc10 USE_LDCONFIG= yes |