summaryrefslogtreecommitdiff
path: root/sysutils/cd-write
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-07 01:55:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-07 01:55:30 +0000
commit71824badff6c8733e53603327b6c817940476f2b (patch)
tree59a279296738d45a73845b926fa75866e91ca0fa /sysutils/cd-write
parentRemove empty line. (diff)
Remove "x11" from categories, this is just an application that uses X.
Move WRKSRC down to the right place.
Notes
Notes: svn path=/head/; revision=6423
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r--sysutils/cd-write/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile
index f0dee509fd30..88895c6f4e9d 100644
--- a/sysutils/cd-write/Makefile
+++ b/sysutils/cd-write/Makefile
@@ -3,19 +3,19 @@
# Date created: 1 May 1997
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/05/04 18:10:54 jmz Exp $
#
DISTNAME= cd-write-1.1
-CATEGORIES= sysutils x11
+CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
-WRKSRC= ${WRKDIR}/cd-write
-
LIB_DEPENDS= tixsam4175\\.1\\.:${PORTSDIR}/x11/tix
+WRKSRC= ${WRKDIR}/cd-write
+
pre-build:
@cd ${WRKSRC}; mv Makefile Makefile~; \
sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\