diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-20 08:08:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-20 08:08:19 +0800 |
commit | fa9ea272d5ac9b8d83495a5a0baed2bc04fb3a03 (patch) | |
tree | 58875932fc56fe88b96e582649ae21929d4725ff /security/heimdal | |
parent | 81360d469f02e2efa2476d93549ca9f875670d72 (diff) | |
download | freebsd-ports-gnome-fa9ea272d5ac9b8d83495a5a0baed2bc04fb3a03.tar.gz freebsd-ports-gnome-fa9ea272d5ac9b8d83495a5a0baed2bc04fb3a03.tar.zst freebsd-ports-gnome-fa9ea272d5ac9b8d83495a5a0baed2bc04fb3a03.zip |
Do not install catpages
PR: ports/167640
Submitted by: bapt@
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 12ed7857762f..d79557f77d6a 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.2 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --with-libintl=${LOCALBASE} \ --with-readline=${DESTDIR}/usr \ --enable-pthread-support \ --with-hdbdir=/var/db/${PORTNAME} +MAKE_ENV+= INSTALL_CATPAGES=no INFO= heimdal hx509 PLIST= ${WRKDIR}/PLIST |