Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 11:11:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r350096 - in branches/2014Q2/news/sn: . files
Message-ID:  <201404041111.s34BBxtw046037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr  4 11:11:59 2014
New Revision: 350096
URL: http://svnweb.freebsd.org/changeset/ports/350096
QAT: https://qat.redports.org/buildarchive/r350096/

Log:
  MFH: r350093
  
  Do not leak stagedir in the generated binary
  Remove now useless pre-su target

Added:
  branches/2014Q2/news/sn/files/
     - copied from r350093, head/news/sn/files/
Modified:
  branches/2014Q2/news/sn/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/news/sn/Makefile
==============================================================================
--- branches/2014Q2/news/sn/Makefile	Fri Apr  4 11:08:17 2014	(r350095)
+++ branches/2014Q2/news/sn/Makefile	Fri Apr  4 11:11:59 2014	(r350096)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sn
 PORTVERSION=	0.3.8
+PORTREVISION=	1
 CATEGORIES=	news
 MASTER_SITES=	http://www.infa.abo.fi/~patrik/sn/files/ \
 		http://home.arcor.de/teambushido/fbsd_ports/ \
@@ -13,9 +14,8 @@ COMMENT=	Small news system for small sit
 
 LICENSE=	GPLv2
 
-USES=		gmake
-USE_BZIP2=	yes
-MAKE_ARGS+=	PREFIX="${STAGEDIR}${PREFIX}" LD="${CC}" CC="${CC}"
+USES=		gmake tar:bzip2
+MAKE_ARGS+=	PREFIX="${PREFIX}" LD="${CC}" CC="${CC}"
 
 PORTDOCS=	README CHANGES FAQ INSTALL INTERNALS \
 		THANKS TODO INSTALL.notes INSTALL.notes2 \
@@ -30,7 +30,7 @@ post-patch:
 		s|-g -Wall -pedantic -O|${CFLAGS} -Wall -pedantic|' \
 			${WRKSRC}/Makefile
 
-pre-su-install:
+pre-install:
 	@${MKDIR} ${STAGEDIR}/var/spool/news
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041111.s34BBxtw046037>