forked from Lainports/freebsd-ports
- Use USES=tar:tgz
This commit is contained in:
parent
973fb0377b
commit
1cddedf370
1 changed files with 2 additions and 3 deletions
|
|
@ -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@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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue