diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 01:56:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 01:56:39 +0000 |
commit | 2f4e8a1c28baf4f60fff6c520b37d8dbc6d57631 (patch) | |
tree | bfa39df87075d38b8e0afaf38d84b75bdff027f3 /audio/xmix/Makefile | |
parent | Fix build for ELF. (diff) |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Diffstat (limited to 'audio/xmix/Makefile')
-rw-r--r-- | audio/xmix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 2c05d50d2b0c..2088c68e7c57 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: Makefile,v 1.4 1996/11/18 13:38:46 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp $ # DISTNAME= xmix-2.1 @@ -19,6 +19,8 @@ MAINTAINER= janek@gaja.ipan.lublin.pl USE_IMAKE= yes WRKSRC= $(WRKDIR)/xmix +MAN1= xmix.1 + pre-install: ${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man ${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults |