diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-08 16:19:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-08 16:19:44 +0800 |
commit | 8ab5c5e65a00914ba1361a1d359368dede2d1c28 (patch) | |
tree | b119bdd1d5265c19e64fe7d70da81e448f8dea20 | |
parent | 0b89f0e86a55f8a64f952197e893e145a17014df (diff) | |
download | freebsd-ports-gnome-8ab5c5e65a00914ba1361a1d359368dede2d1c28.tar.gz freebsd-ports-gnome-8ab5c5e65a00914ba1361a1d359368dede2d1c28.tar.zst freebsd-ports-gnome-8ab5c5e65a00914ba1361a1d359368dede2d1c28.zip |
utilize PKGNAMEPREFIX
-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 a961b39dd4c9..fd52530deceb 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 |