svn commit: r364939 - head/irc/sic

Adam Weinberger adamw at adamw.org
Sun Aug 17 00:29:57 UTC 2014


On 15 Aug, 2014, at 3:00, Vanilla I. Shu <vanilla at FreeBSD.org> wrote:

> Author: vanilla
> Date: Fri Aug 15 07:00:52 2014
> New Revision: 364939
> URL: http://svnweb.freebsd.org/changeset/ports/364939
> QAT: https://qat.redports.org/buildarchive/r364939/
> 
> Log:
>  Stagify, add LICENSE.
> 
> Modified:
>  head/irc/sic/Makefile
>  head/irc/sic/pkg-plist
> 
> Modified: head/irc/sic/Makefile
> ==============================================================================
> --- head/irc/sic/Makefile	Fri Aug 15 06:55:11 2014	(r364938)
> +++ head/irc/sic/Makefile	Fri Aug 15 07:00:52 2014	(r364939)
> @@ -10,12 +10,12 @@ EXTRACT_SUFX=	.tgz
> MAINTAINER=	ports at FreeBSD.org
> COMMENT=	Another 'Internet Relay Chat' Client
> 
> -GNU_CONFIGURE=	yes
> +LICENSE=	GPLv2
> 
> +GNU_CONFIGURE=	yes
> PLIST_SUB+=	VERSION="${PORTVERSION}"
> 
> -MAN1=		sic.1
> -MAN5=		sic-alias.5 sic-server.5
> +post-install:
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
> 
> -NO_STAGE=	yes
> .include <bsd.port.mk>
> 
> Modified: head/irc/sic/pkg-plist
> ==============================================================================
> --- head/irc/sic/pkg-plist	Fri Aug 15 06:55:11 2014	(r364938)
> +++ head/irc/sic/pkg-plist	Fri Aug 15 07:00:52 2014	(r364939)
> @@ -1,2 +1,5 @@
> bin/sic
> bin/sic-%%VERSION%%
> +man/man1/sic.1.gz
> +man/man5/sic-alias.5.gz
> +man/man5/sic-server.5.gz

Vanilla -

The only thing you staged is the post-install target. The port still installs directly into /usr/local, and now it can’t package.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-all mailing list