svn commit: r328890 - head/textproc/minised
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Sep 30 22:47:08 UTC 2013
Author: danilo
Date: Mon Sep 30 22:47:07 2013
New Revision: 328890
URL: http://svnweb.freebsd.org/changeset/ports/328890
Log:
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor)
Modified:
head/textproc/minised/Makefile
Modified: head/textproc/minised/Makefile
==============================================================================
--- head/textproc/minised/Makefile Mon Sep 30 22:46:13 2013 (r328889)
+++ head/textproc/minised/Makefile Mon Sep 30 22:47:07 2013 (r328890)
@@ -6,19 +6,17 @@ PORTVERSION= 1.14
CATEGORIES= textproc
MASTER_SITES= http://dl.exactcode.de/oss/minised/
-MAINTAINER= danilogondolfo at gmail.com
+MAINTAINER= danilo at FreeBSD.org
COMMENT= Smaller, cheaper, faster sed implementation
ALL_TARGET= ${PORTNAME}
-PLIST_FILES= bin/${PORTNAME}
-MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME} man/man1/minised.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list