summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-22 12:39:19 +0000
committerasami <asami@FreeBSD.org>1995-04-22 12:39:19 +0000
commit2f366bdde14a00a77d7ac37ebe3f30a77f81315b (patch)
tree1f1b6227ffac45219e5e82bde6d16d07e90d6d07 /textproc
parent80ebfdcfe75ed14b5bec1de1b5ff886051bf1ca9 (diff)
downloadFreeBSD-ports-2f366bdde14a00a77d7ac37ebe3f30a77f81315b.zip
FreeBSD-ports-2f366bdde14a00a77d7ac37ebe3f30a77f81315b.tar.gz
Update Makefile.canna to work with bsd.port.mk.
Also, strip the installed binaries. Aren't you glad I invented post-install? :)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coco/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index c75bc89..69ffc4d 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.15 1995/04/10 08:06:03 jkh Exp $
+# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
#
DISTNAME= mule-2.2.2
@@ -37,4 +37,11 @@ STRIP=
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
+post-install:
+# note that any2ps is a script
+ strip ${PREFIX}/bin/mule-19.28
+ strip ${PREFIX}/bin/m2ps
+ strip ${PREFIX}/bin/b2m
+ strip ${PREFIX}/bin/coco
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud