diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/ident2 | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) | |
download | ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.tar.gz ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Notes
Notes:
svn path=/head/; revision=27847
Diffstat (limited to 'security/ident2')
-rw-r--r-- | security/ident2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile index c6d8e6c13ea9..72e722ea8cf5 100644 --- a/security/ident2/Makefile +++ b/security/ident2/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \ http://www.oscentral.org/files/software/ DISTNAME= ident2-v1.0_FINAL -MAINTAINER= rod@zort.on.ca +MAINTAINER= rod@zort.on.ca -GNU_CONFIGURE= yes -MAN8= ident2.8 +GNU_CONFIGURE= yes +MAN8= ident2.8 .include <bsd.port.mk> |