diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-08 08:19:44 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-08 08:19:44 +0000 |
commit | 8ab5c5e65a00914ba1361a1d359368dede2d1c28 (patch) | |
tree | b119bdd1d5265c19e64fe7d70da81e448f8dea20 /audio/q-audio/Makefile | |
parent | 0b89f0e86a55f8a64f952197e893e145a17014df (diff) | |
download | FreeBSD-ports-8ab5c5e65a00914ba1361a1d359368dede2d1c28.zip FreeBSD-ports-8ab5c5e65a00914ba1361a1d359368dede2d1c28.tar.gz |
utilize PKGNAMEPREFIX
Diffstat (limited to 'audio/q-audio/Makefile')
-rw-r--r-- | audio/q-audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index a961b39..fd52530 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= q-audio +PORTNAME= audio PORTVERSION= 1.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= q-lang +PKGNAMEPREFIX= q- MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de COMMENT= Q-Audio -- digital audio interface for the Q language |