diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /audio/maplay | |
parent | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff) | |
download | ports-ac3066bf75f468401e4a8243ba4ea731c187b370.tar.gz ports-ac3066bf75f468401e4a8243ba4ea731c187b370.zip |
Notes
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 84c56562a8f5..cf9fe933976e 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -3,12 +3,14 @@ # Date created: Feb 13 1995 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/02/09 21:03:52 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/14 08:32:41 jkh Exp $ # DISTNAME= maplay1_2 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ +CATEGORIES+= audio + NO_WRKSUBDIR= yes PATCH_STRIP= -p2 |