mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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>
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wetteronline
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plugin for the weather in Germany
|
|
|
|
USE_SM_COMPAT= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|