diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcdplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 381dfeef00b7..3ddf70652633 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -3,12 +3,12 @@ # Date created: 30 Sep 1994 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1994/10/01 00:51:50 swallace Exp $ +# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ # DISTNAME= xcdplayer-2.2 MASTER_SITES= ftp://dutepp0.et.tudelft.nl/pub/Unix/Sun/ USE_IMAKE= yes -MAN1= xcdplayer.1 +INSTALL_MANPAGES= yes .include <bsd.port.mk> |