Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 11:31:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395241 - head/security/fakeident
Message-ID:  <201508251131.t7PBV7Xf095433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251131.t7PBV7Xf095433>