diff options
author | ats <ats@FreeBSD.org> | 1995-04-16 02:10:30 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-04-16 02:10:30 +0800 |
commit | 742472a45b532fe58346d1a3931b51c0edde73bf (patch) | |
tree | 1b05b80b95e29bfd05ab639c5a0934113c6a69b3 /audio/xcd | |
parent | 1e9bbd92139b46b1240ec6947a12c5d66b92e2f4 (diff) | |
download | freebsd-ports-gnome-742472a45b532fe58346d1a3931b51c0edde73bf.tar.gz freebsd-ports-gnome-742472a45b532fe58346d1a3931b51c0edde73bf.tar.zst freebsd-ports-gnome-742472a45b532fe58346d1a3931b51c0edde73bf.zip |
Correct the makefile to use WRKSRC = ${WRKDIR}/xcd.
Diffstat (limited to 'audio/xcd')
-rw-r--r-- | audio/xcd/Makefile | 4 |
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> |