summaryrefslogtreecommitdiff
path: root/print/afm
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-21 00:21:41 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-21 00:21:41 +0000
commit74bab574a20b52bbf507898b1032055573a6cb57 (patch)
tree52aa2158647c9981ad47b67d6d28efb8d03d061c /print/afm
parentUpdate of editors Makefiles! (diff)
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Notes
Notes: svn path=/head/; revision=1474
Diffstat (limited to 'print/afm')
-rw-r--r--print/afm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/afm/Makefile b/print/afm/Makefile
index e55e24af9343..daea0af74ff0 100644
--- a/print/afm/Makefile
+++ b/print/afm/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.3 1995/04/15 04:33:37 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/17 20:31:10 asami Exp $
#
DISTNAME= afm
@@ -13,8 +13,9 @@ MASTER_SITES= ftp://sgi.com/sgi/fax/source/
EXTRACT_SUFX= -tar.Z
pre-patch:
- rm -rf ${WRKSRC}/RCS
+ @rm -rf ${WRKSRC}/RCS
-build: configure
+do-build:
+ @true
.include <bsd.port.mk>