svn commit: r395241 - head/security/fakeident

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 25 11:31:07 UTC 2015


Author: amdmi3
Date: Tue Aug 25 11:31:06 2015
New Revision: 395241
URL: https://svnweb.freebsd.org/changeset/ports/395241

Log:
  - Add LICENSE
  - Fix program installation
  
  Approved by:	portmgr blanket

Modified:
  head/security/fakeident/Makefile

Modified: head/security/fakeident/Makefile
==============================================================================
--- head/security/fakeident/Makefile	Tue Aug 25 11:22:15 2015	(r395240)
+++ head/security/fakeident/Makefile	Tue Aug 25 11:31:06 2015	(r395241)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fakeident
 PORTVERSION=	1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.wa.apana.org.au/~dean/sources/ \
 		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
@@ -11,13 +11,15 @@ MASTER_SITES=	http://www.wa.apana.org.au
 MAINTAINER=	dean at odyssey.apana.org.au
 COMMENT=	Tool that replies with a standard answer to incoming identd requests
 
+LICENSE=	GPLv2 # or later
+
 PLIST_FILES=	etc/rc.d/fakeident.sh sbin/identd
 
 do-build:
 	${CC} ${CFLAGS} -o ${WRKSRC}/identd ${WRKSRC}/identd.c
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/identd ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/identd ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_SCRIPT} ${FILESDIR}/fakeident.sh ${STAGEDIR}${PREFIX}/etc/rc.d
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list