diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 08:53:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 08:53:10 +0800 |
commit | 7ba17aaa7a3fa80840aec8b98ba243f1f45dfcba (patch) | |
tree | 602a547ee0449b37258e26386062d6f20d72ce99 /net | |
parent | 323a318b453caf1359b508105759e866e21a3ada (diff) | |
download | freebsd-ports-gnome-7ba17aaa7a3fa80840aec8b98ba243f1f45dfcba.tar.gz freebsd-ports-gnome-7ba17aaa7a3fa80840aec8b98ba243f1f45dfcba.tar.zst freebsd-ports-gnome-7ba17aaa7a3fa80840aec8b98ba243f1f45dfcba.zip |
- Add CPE info
- Don't show pkg-message from the port's makefile
- Whitespace fix
Approved by: portmgr blanket
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> |