diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 03:46:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 03:46:58 +0800 |
commit | 23e21233a251ee6b24372eae264086794b6102b8 (patch) | |
tree | 37594a2b6d627e3995eae0b4284567b6f9aaaa8f /audio/maplay | |
parent | d040c051a115e334018d93f27c899087c034a74b (diff) | |
download | freebsd-ports-gnome-23e21233a251ee6b24372eae264086794b6102b8.tar.gz freebsd-ports-gnome-23e21233a251ee6b24372eae264086794b6102b8.tar.zst freebsd-ports-gnome-23e21233a251ee6b24372eae264086794b6102b8.zip |
Updating Makefiles, audio ports.
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index cf9fe933976e..e26eea56a42b 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -3,13 +3,14 @@ # Date created: Feb 13 1995 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1995/02/14 08:32:41 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:49 jkh Exp $ # DISTNAME= maplay1_2 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ +PKGNAME= maplay-1.2 CATEGORIES+= audio +MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ +EXTRACT_SUFX= .tar.Z NO_WRKSUBDIR= yes PATCH_STRIP= -p2 |