diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/iodine/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 8e722100aa0d..4f975471c817 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -13,12 +13,12 @@ COMMENT= Tunnel IPv4 data through a DNS server LICENSE= ISCL +USES= cpe +CPE_VENDOR= kryo USE_RC_SUBR= iodined -USERS= _iodined -GROUPS= _iodined - -.include <bsd.port.pre.mk> +USERS= _iodined +GROUPS= _iodined do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin @@ -30,7 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |