summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /misc
parentuse updated net/wais (diff)
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.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'misc')
-rw-r--r--misc/figlet/Makefile5
-rw-r--r--misc/splitvt/Makefile6
2 files changed, 4 insertions, 7 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>
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile
index 0bd7de4bb342..6f5268657603 100644
--- a/misc/splitvt/Makefile
+++ b/misc/splitvt/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Oct 4, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.1.1.1 1996/11/03 08:42:02 obrien Exp $
+# $Id: Makefile,v 1.2 1996/11/11 05:50:11 obrien Exp $
#
DISTNAME= splitvt-1.6.1
@@ -19,12 +19,10 @@ MAINTAINER= obrien@cs.ucdavis.edu
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
ALL_TARGET=
+MAN1= splitvt.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man1/splitvt.1
-
.include <bsd.port.mk>