54d4090b46
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
16 lines
365 B
Makefile
16 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= askuserinfo
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ask user to enter Full name and Email address at initial logon
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|