Correct the makefile to use WRKSRC = ${WRKDIR}/xcd.

This commit is contained in:
Andreas Schulz 1995-04-15 18:10:30 +00:00
parent 79bf3682a0
commit 8b880dd285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1366

View File

@ -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>