diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /news/slnr | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-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 'news/slnr')
-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> |