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 /lang/swi-pl | |
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 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index b416b2136383..18f386e40613 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1996 # Whom: Michael Butschky <butsch@computi.erols.com> # -# $Id: Makefile,v 1.4 1996/11/02 20:24:09 max Exp $ +# $Id: Makefile,v 1.5 1996/11/12 02:19:12 obrien Exp $ # DISTNAME= pl-2.7.15 @@ -18,13 +18,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= i386-freebsd STRIP= MAKE_FLAGS+= CIFLAGS=-DRTLD_LAZY -f +MAN1= pl.1 chpl.1 plld.1 post-install: .for f in pl pl-bite chpl @strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f .endfor -.for f in pl.1 chpl.1 plld.1 - ${COMPRESS_MAN} ${PREFIX}/man/man1/$f -.endfor .include <bsd.port.mk> |