svn commit: r330106 - in head: textproc/lacheck www/mysqlphp2postgres

Alex Kozlov ak at FreeBSD.org
Fri Oct 11 22:56:24 UTC 2013


Author: ak
Date: Fri Oct 11 22:56:23 2013
New Revision: 330106
URL: http://svnweb.freebsd.org/changeset/ports/330106

Log:
  - Support STAGEDIR
  - Reset maintainer, address bounces [1]:
  
  550 5.1.1 <uwe.pierau at tu-clausthal.de>: Recipient address rejected: undeliverable address:
  host sphinx.rz.tu-clausthal.de[139.174.2.44] said: 550-5.1.1 <uwe.pierau at tu-clausthal.de>: Recipient address
  rejected: undeliverable address:
  host mail.tu-clausthal.de[139.174.2.1] said: 550 uwe.pierau at tu-clausthal.de unknown user account (in reply to RCPT TO command)
  
  PR:	ports/182316 [1]
  Submitted by:	Uwe Pierau <noaddress at freebsd.de> [1]

Modified:
  head/textproc/lacheck/Makefile   (contents, props changed)
  head/www/mysqlphp2postgres/Makefile   (contents, props changed)

Modified: head/textproc/lacheck/Makefile
==============================================================================
--- head/textproc/lacheck/Makefile	Fri Oct 11 21:48:49 2013	(r330105)
+++ head/textproc/lacheck/Makefile	Fri Oct 11 22:56:23 2013	(r330106)
@@ -7,16 +7,15 @@ CATEGORIES=	textproc
 MASTER_SITES=	ftp://cam.ctan.org/tex-archive/support/lacheck/ \
 		http://www.heim2.tu-clausthal.de/~upp/lacheck/
 
-MAINTAINER=	uwe.pierau at tu-clausthal.de
-COMMENT=	A tool for finding common mistakes in LaTeX documents
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	Tool for finding common mistakes in LaTeX documents
 
-MAN1=		lacheck.1
-PLIST_FILES=	bin/lacheck
+PLIST_FILES=	bin/lacheck \
+		man/man1/lacheck.1.gz
 ALL_TARGET=	lacheck lacheck.1
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/www/mysqlphp2postgres/Makefile
==============================================================================
--- head/www/mysqlphp2postgres/Makefile	Fri Oct 11 21:48:49 2013	(r330105)
+++ head/www/mysqlphp2postgres/Makefile	Fri Oct 11 22:56:23 2013	(r330106)
@@ -7,11 +7,13 @@ CATEGORIES=	www
 MASTER_SITES=	http://downloads.mikekohn.net/mp2p/ \
 		http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
 
-MAINTAINER=	uwe.pierau at tu-clausthal.de
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert MySQL calls in a PHP page into PostgreSQL calls
 
 ALL_TARGET=	default
 PLIST_FILES=	bin/mysqlphp2postgres
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list