aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ml1
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 00:11:37 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 00:11:37 +0800
commitbf157ba2c6ae959be803ee764cd16024135eb70a (patch)
tree1c810d9df5e089b7d1589b3cade66e322f18e789 /textproc/ml1
parent639177a186cdd74c7fdb2db2475069614b84d57e (diff)
downloadfreebsd-ports-gnome-bf157ba2c6ae959be803ee764cd16024135eb70a.tar.gz
freebsd-ports-gnome-bf157ba2c6ae959be803ee764cd16024135eb70a.tar.zst
freebsd-ports-gnome-bf157ba2c6ae959be803ee764cd16024135eb70a.zip
Support staging
Diffstat (limited to 'textproc/ml1')
-rw-r--r--textproc/ml1/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/textproc/ml1/Makefile b/textproc/ml1/Makefile
index 24135b0cc85b..71809573481b 100644
--- a/textproc/ml1/Makefile
+++ b/textproc/ml1/Makefile
@@ -10,19 +10,11 @@ MASTER_SITES= http://www.ml1.org.uk/tgz/ \
MAINTAINER= bob@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>