svn commit: r429642 - head/irc/sic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 27 18:16:19 UTC 2016


Author: sunpoet
Date: Tue Dec 27 18:16:18 2016
New Revision: 429642
URL: https://svnweb.freebsd.org/changeset/ports/429642

Log:
  - Use USES=tar:tgz

Modified:
  head/irc/sic/Makefile

Modified: head/irc/sic/Makefile
==============================================================================
--- head/irc/sic/Makefile	Tue Dec 27 18:16:13 2016	(r429641)
+++ head/irc/sic/Makefile	Tue Dec 27 18:16:18 2016	(r429642)
@@ -5,16 +5,15 @@ PORTNAME=	sic
 PORTVERSION=	0.23a
 CATEGORIES=	irc
 MASTER_SITES=	ftp://ftp.funet.fi/pub/unix/irc/sic/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Another 'Internet Relay Chat' Client
 
 LICENSE=	GPLv2
 
-USES=		ncurses
+USES=		ncurses tar:tgz
 GNU_CONFIGURE=	yes
-PLIST_SUB+=	VERSION="${PORTVERSION}"
+PLIST_SUB=	VERSION="${PORTVERSION}"
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-all mailing list