diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /news | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (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 'news')
-rw-r--r-- | news/slnr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slnr/Makefile b/news/slnr/Makefile index 710e1a4962b2..942cf9982a84 100644 --- a/news/slnr/Makefile +++ b/news/slnr/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/01 08:08:54 asami Exp $ # DISTNAME= slnr @@ -23,6 +23,7 @@ ALL_TARGET= slnr EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | sed -ne '/^\#!\/bin\/sh/,$$p' | sh +MAN1= slnr.1 EXTRAFILES= default.dot.slnrrc \ porting.notes slnr.1 LICENSE @@ -42,7 +43,6 @@ do-install: ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/slnr .endif ${INSTALL_MAN} ${WRKSRC}/slnr.1 ${PREFIX}/man/man1/slnr.1 - ${COMPRESS_MAN} ${PREFIX}/man/man1/slnr.1 ${INSTALL_PROGRAM} ${WRKSRC}/slnr ${PREFIX}/bin .include <bsd.port.mk> |