168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
17 lines
342 B
Makefile
17 lines
342 B
Makefile
# Created by: arensb@ooblick.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gensig
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.geekthing.com/~robf/ware/gensig/ \
|
|
http://www.ooblick.com/software/gensig/
|
|
|
|
MAINTAINER= arensb+freebsd-ports@ooblick.com
|
|
COMMENT= Random .signature generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|