aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-04-15 18:10:30 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-04-15 18:10:30 +0000
commit8b880dd285a67b2bf62a0e25b3b21b2c8dd53c04 (patch)
tree69c02b160983d24d8c8a4bd73d0834bd5fc3aee4 /audio
parent79bf3682a077602249ecb41206cbe054916cfefb (diff)
downloadports-8b880dd285a67b2bf62a0e25b3b21b2c8dd53c04.tar.gz
ports-8b880dd285a67b2bf62a0e25b3b21b2c8dd53c04.zip
Correct the makefile to use WRKSRC = ${WRKDIR}/xcd.
Notes
Notes: svn path=/head/; revision=1366
Diffstat (limited to 'audio')
-rw-r--r--audio/xcd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile
index f7e823eb764c..8c3938448de3 100644
--- a/audio/xcd/Makefile
+++ b/audio/xcd/Makefile
@@ -3,13 +3,15 @@
# Date created: 22 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.4 1995/04/11 19:46:55 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/11 23:13:41 asami Exp $
#
DISTNAME= xcd-1.0
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+WRKSRC= ${WRKDIR}/xcd
+
MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>