diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /lang/scm | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 3 | ||||
-rw-r--r-- | lang/scm/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile index cd78c0858342..eec7c63ea32f 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 5 17:11:01 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.9 1995/11/22 13:13:13 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/12 02:19:08 obrien Exp $ # DISTNAME= scm @@ -17,6 +17,7 @@ DISTFILES= scm4e1.tar.gz \ GNU_CONFIGURE= yes USE_GMAKE= MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f +MAN1= scm.1 pre-install: ${CP} -rp ${WRKDIR}/slib ${PREFIX}/lib diff --git a/lang/scm/pkg-plist b/lang/scm/pkg-plist index 2291a9ce8f76..69fd91daa68b 100644 --- a/lang/scm/pkg-plist +++ b/lang/scm/pkg-plist @@ -1,6 +1,5 @@ -@cwd /usr/local bin/scm -man/man1/scm.1 +man/man1/scm.1.gz lib/scm lib/slib info/slib.info |