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 /audio/xmix/Makefile | |
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 'audio/xmix/Makefile')
-rw-r--r-- | audio/xmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 014270c36622..2c05d50d2b0c 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $Id$ +# $Id: Makefile,v 1.4 1996/11/18 13:38:46 asami Exp $ # DISTNAME= xmix-2.1 @@ -21,6 +21,6 @@ WRKSRC= $(WRKDIR)/xmix pre-install: ${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man - ${INSTALL_DATA} $(WRKSRC)/XMix /usr/X11R6/lib/X11/app-defaults + ${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults .include <bsd.port.mk> |