diff options
author | adamw <adamw@FreeBSD.org> | 2016-11-01 05:09:02 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-11-01 05:09:02 +0800 |
commit | 499737061cf207d640b7a214e6bc67ca4828fd50 (patch) | |
tree | 62bb25d178dcf0168398fde45c12b1c730c1a9e2 /security/gnupg1 | |
parent | e222a06e10af291a71edd91f3da355416b4f0e21 (diff) | |
download | freebsd-ports-gnome-499737061cf207d640b7a214e6bc67ca4828fd50.tar.gz freebsd-ports-gnome-499737061cf207d640b7a214e6bc67ca4828fd50.tar.zst freebsd-ports-gnome-499737061cf207d640b7a214e6bc67ca4828fd50.zip |
Oops.
Notified by: pi
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 88d7400da82a..24b188648aac 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -68,4 +68,4 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |