diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-01 19:48:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-01 19:48:21 +0000 |
commit | b49f933370e11d67209263a3a4b1ab77f3ceaf6b (patch) | |
tree | 40f548ab2d7798c007c5da33ffcdd59c411a15a7 /archivers | |
parent | abdbf7af7aefde7596ef6a7e7b21f9d4ef480324 (diff) | |
download | freebsd-ports-b49f933370e11d67209263a3a4b1ab77f3ceaf6b.zip |
Do not include bsd.port.mk twice
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/kzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/kzip/Makefile b/archivers/kzip/Makefile index 092f3f98abbd..246bec039149 100644 --- a/archivers/kzip/Makefile +++ b/archivers/kzip/Makefile @@ -33,4 +33,4 @@ PLIST_FILES= bin/kzip do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kzip-static ${STAGEDIR}${PREFIX}/bin/kzip -.include <bsd.port.mk> +.include <bsd.port.post.mk> |