diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-12 14:09:44 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-12 14:09:44 +0000 |
commit | a01f4d36bdaa48b75c1f152dba8652426c4c9226 (patch) | |
tree | 66f2f9bc748d756178bfda6378a51a73e918bd20 /net/empty/Makefile | |
parent | 34db035dfae11cc719c948cd65a52ccc643ef9a6 (diff) |
Notes
Diffstat (limited to 'net/empty/Makefile')
-rw-r--r-- | net/empty/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/empty/Makefile b/net/empty/Makefile index cde4b616a136..ce82c75efc35 100644 --- a/net/empty/Makefile +++ b/net/empty/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= empty -PORTVERSION= 0.6.17b +PORTVERSION= 0.6.18b CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -18,6 +18,9 @@ DOCS= CHANGELOG COPYRIGHT README README.CYGWIN EXAMPLES= README em_ssh.sh em_ssh_2.sh em_sh.sh \ em_telnet.sh em_telnet_2.sh emsu.sh runtests.sh +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/empty ${PREFIX}/bin/ @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${MAN1PREFIX}/man/man1/ |