svn commit: r340136 - head/sysutils/retail

Jason Helfman jgh at FreeBSD.org
Fri Jan 17 23:53:20 UTC 2014


Author: jgh
Date: Fri Jan 17 23:53:19 2014
New Revision: 340136
URL: http://svnweb.freebsd.org/changeset/ports/340136
QAT: https://qat.redports.org/buildarchive/r340136/

Log:
  - convert to staging
  - set license
  - change mirror site
  
  PR:		185765
  Submitted by:	olevole at olevole.ru (maintainer)

Modified:
  head/sysutils/retail/Makefile

Modified: head/sysutils/retail/Makefile
==============================================================================
--- head/sysutils/retail/Makefile	Fri Jan 17 23:34:34 2014	(r340135)
+++ head/sysutils/retail/Makefile	Fri Jan 17 23:53:19 2014	(r340136)
@@ -5,20 +5,21 @@ PORTNAME=	retail
 PORTVERSION=	1.0.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://xjack.org/retail/download/ \
-		http://olevole.ru/freebsd/distfiles/
+		http://www.bsdstore.ru/downloads/
 
 MAINTAINER=	olevole at olevole.ru
-COMMENT=	A program for incremental logfile reader
+COMMENT=	Program for incremental logfile reader
+
+LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-MAN1=		retail.1
-PLIST_FILES=	bin/retail
+PLIST_FILES=	bin/retail man/man1/retail.1.gz
 
-NO_STAGE=	yes
 post-configure:
 	${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${PREFIX}/man/man1/
+	${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list