svn commit: r359573 - head/net-im/cicquin

Pawel Pekala pawel at FreeBSD.org
Fri Jun 27 16:19:54 UTC 2014


Author: pawel
Date: Fri Jun 27 16:19:53 2014
New Revision: 359573
URL: http://svnweb.freebsd.org/changeset/ports/359573
QAT: https://qat.redports.org/buildarchive/r359573/

Log:
  - Add staging support
  - Switch to PLIST_FILES
  - Remove Author tag from pkg-descr, info available on
    homepage and in script itself

Deleted:
  head/net-im/cicquin/pkg-plist
Modified:
  head/net-im/cicquin/Makefile
  head/net-im/cicquin/pkg-descr

Modified: head/net-im/cicquin/Makefile
==============================================================================
--- head/net-im/cicquin/Makefile	Fri Jun 27 16:18:51 2014	(r359572)
+++ head/net-im/cicquin/Makefile	Fri Jun 27 16:19:53 2014	(r359573)
@@ -13,7 +13,10 @@ MASTER_SITE_SUBDIR=	roam/misc/cicquin
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Look up users in the CenterICQ user database
 
-MAKE_ENV+=	BINOWN=${BINOWN} BINGRP=${BINGRP}
+PLIST_FILES=	bin/${PORTNAME}
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-im/cicquin/pkg-descr
==============================================================================
--- head/net-im/cicquin/pkg-descr	Fri Jun 27 16:18:51 2014	(r359572)
+++ head/net-im/cicquin/pkg-descr	Fri Jun 27 16:19:53 2014	(r359573)
@@ -2,5 +2,4 @@ The cicquin script trawls through the Ce
 UIN's with the specified nickname.  It should work with any reasonable Bourne
 shell and any standard awk implementation.
 
-Author: Peter Pentchev <roam at ringlet.net>
 WWW: http://devel.ringlet.net/misc/cicquin/


More information about the svn-ports-head mailing list