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-abook_import_export-plugin/Makefile | |
parent | e8ca1d40300ec507fccd0d7dd7f4e8d50b2562d2 (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail-abook_import_export-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-abook_import_export-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirrelmail-abook_import_export-plugin/Makefile b/mail/squirrelmail-abook_import_export-plugin/Makefile index 4688cc38f067..d9f9a824aecf 100644 --- a/mail/squirrelmail-abook_import_export-plugin/Makefile +++ b/mail/squirrelmail-abook_import_export-plugin/Makefile @@ -12,5 +12,7 @@ COMMENT= Allows for the importing of addressbooks from a CSV (comma separated va SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} NO_STAGE= yes + +.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |