diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/s3mod | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/s3mod')
-rw-r--r-- | audio/s3mod/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index d9392bbcd6d9..88c5cf99cb0a 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: s3mod -# Version required: 1.09 # Date created: 9 March 1995 # Whom: ugen # # $FreeBSD$ # -DISTNAME= s3mod-v1.09 -PKGNAME= s3mod-1.09 +PORTNAME= s3mod +PORTVERSION= 1.09 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ugen@FreeBSD.org |