svn commit: r346042 - head/textproc/ml1

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 16:11:38 UTC 2014


Author: ehaupt
Date: Tue Feb 25 16:11:37 2014
New Revision: 346042
URL: http://svnweb.freebsd.org/changeset/ports/346042
QAT: https://qat.redports.org/buildarchive/r346042/

Log:
  Support staging

Modified:
  head/textproc/ml1/Makefile

Modified: head/textproc/ml1/Makefile
==============================================================================
--- head/textproc/ml1/Makefile	Tue Feb 25 16:10:17 2014	(r346041)
+++ head/textproc/ml1/Makefile	Tue Feb 25 16:11:37 2014	(r346042)
@@ -10,19 +10,11 @@ MASTER_SITES=	http://www.ml1.org.uk/tgz/
 MAINTAINER=	bob at eager.cx
 COMMENT=	The original general purpose macro processor
 
-MAN1=		ml1.1
-MANCOMPRESSED=	yes
-
-PLIST_FILES=	bin/ml1
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+PLIST_FILES=	bin/ml1 man/man1/ml1.1.gz
 
 do-install:
-		${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${PREFIX}/bin
-		${INSTALL_MAN} ${WRKSRC}/ml1.1.gz ${PREFIX}/man/man1
-
-post-install:
-		${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/ml1.1.gz \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list