freebsd-ports/mail/squirrelmail-askuserinfo-plugin/Makefile
Baptiste Daroussin 6b1a4caaa2 CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk inclusion leading to PKGORIGIN not being set when needed.
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR.
Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine

Reported by:	erwin
2013-06-27 06:48:43 +00:00

13 lines
364 B
Makefile

# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org>
# $FreeBSD$
PORTNAME= askuserinfo
PORTVERSION= 1.1
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Ask user to enter Full name and Email address at initial logon
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>