diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
commit | 6ad04afc409a856c97a021b0172cf4c185d7e1aa (patch) | |
tree | bc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail-pupdate-plugin/Makefile | |
parent | e8ca1d40300ec507fccd0d7dd7f4e8d50b2562d2 (diff) | |
download | ports-6ad04afc409a856c97a021b0172cf4c185d7e1aa.tar.gz ports-6ad04afc409a856c97a021b0172cf4c185d7e1aa.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-pupdate-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-pupdate-plugin/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/squirrelmail-pupdate-plugin/Makefile b/mail/squirrelmail-pupdate-plugin/Makefile index 6c1c7c10a6bf..151a74fddf47 100644 --- a/mail/squirrelmail-pupdate-plugin/Makefile +++ b/mail/squirrelmail-pupdate-plugin/Makefile @@ -5,13 +5,16 @@ PORTNAME= pupdate PORTVERSION= 0.7 PORTREVISION= 2 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2 -DIST_SUBDIR= squirrelmail 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.mk> +.include <bsd.port.post.mk> |