Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 20:29:47 -0400
From:      Adam Weinberger <adamw@adamw.org>
To:        "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r364939 - head/irc/sic
Message-ID:  <2D2DB945-2B93-4D28-9760-7EE723DDB26F@adamw.org>
In-Reply-To: <201408150700.s7F70qnW082380@svn.freebsd.org>
References:  <201408150700.s7F70qnW082380@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 15 Aug, 2014, at 3:00, Vanilla I. Shu <vanilla@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/
>=20
> Log:
>  Stagify, add LICENSE.
>=20
> Modified:
>  head/irc/sic/Makefile
>  head/irc/sic/pkg-plist
>=20
> Modified: head/irc/sic/Makefile
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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=3D	.tgz
> MAINTAINER=3D	ports@FreeBSD.org
> COMMENT=3D	Another 'Internet Relay Chat' Client
>=20
> -GNU_CONFIGURE=3D	yes
> +LICENSE=3D	GPLv2
>=20
> +GNU_CONFIGURE=3D	yes
> PLIST_SUB+=3D	VERSION=3D"${PORTVERSION}"
>=20
> -MAN1=3D		sic.1
> -MAN5=3D		sic-alias.5 sic-server.5
> +post-install:
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
>=20
> -NO_STAGE=3D	yes
> .include <bsd.port.mk>
>=20
> Modified: head/irc/sic/pkg-plist
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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=92t package.

# Adam


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2D2DB945-2B93-4D28-9760-7EE723DDB26F>