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>
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# Created by: Thomas Abthorpe <thomas@goodking.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pupdate
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail www
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Checks for plugin updates by parsing the SM site
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GENERIC_PKGMESSAGE= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|