aboutsummaryrefslogtreecommitdiffstats
path: root/misc/figlet
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
committerasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
commit042a5e832eac1dfef4595193d3fffd960ef53c1b (patch)
tree7ae602bbca92eda42ce423e98ed1c217b42a7352 /misc/figlet
parent3ed0aba637059650fffd2c7f54457a8e03245198 (diff)
downloadfreebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
index 5fdd82f04a39..1927401e16f5 100644
--- a/misc/figlet/Makefile
+++ b/misc/figlet/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat July 20, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.2 1996/11/03 06:56:33 obrien Exp $
+# $Id: Makefile,v 1.3 1996/11/11 05:49:33 obrien Exp $
#
DISTNAME= figlet2.1.1
@@ -15,7 +15,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= obrien@cs.ucdavis.edu
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man6/figlet.6
+MAN6= figlet.6
.include <bsd.port.mk>