diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /security/heimdal | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.zst freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index bd95d6f4e5ab..ded139d15cb3 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ MAINTAINER= nectar@FreeBSD.ORG -RESTRICTED= "Crypto; export-controlled" +RESTRICTED= "Crypto; export-controlled" MAN1= ftp.1 kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 \ telnet.1 kx.1 rxtelnet.1 rxterm.1 tenletxr.1 pfrom.1 @@ -33,7 +33,7 @@ USE_LIBTOOL= YES CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared .if defined(HEIMDAL_HOME) -PREFIX= ${HEIMDAL_HOME} +PREFIX= ${HEIMDAL_HOME} .endif .if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11) |