diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /audio/linux-f10-arts/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'audio/linux-f10-arts/Makefile')
-rw-r--r-- | audio/linux-f10-arts/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/linux-f10-arts/Makefile b/audio/linux-f10-arts/Makefile deleted file mode 100644 index 8835f0917b60..000000000000 --- a/audio/linux-f10-arts/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-arts -# Date created: 6 October 2003 -# Whom: bms@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= arts -DISTVERSION= 1.5.3-0.1.fc4 -CATEGORIES= audio kde linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop (Linux version) - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -BRANDELF_DIRS= usr - -.include <bsd.port.mk> |