diff options
author | asami <asami@FreeBSD.org> | 1997-05-07 09:55:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-07 09:55:30 +0800 |
commit | 4c8d8fd524a784b7f8d4f903b55d8a87299930db (patch) | |
tree | b2ee10caea751c9cc290c5ba5cc0d8531406419f /sysutils/cd-write/Makefile | |
parent | 005034a6fe7b64fa8247c223a278086d96906682 (diff) | |
download | freebsd-ports-gnome-4c8d8fd524a784b7f8d4f903b55d8a87299930db.tar.gz freebsd-ports-gnome-4c8d8fd524a784b7f8d4f903b55d8a87299930db.tar.zst freebsd-ports-gnome-4c8d8fd524a784b7f8d4f903b55d8a87299930db.zip |
Remove "x11" from categories, this is just an application that uses X.
Move WRKSRC down to the right place.
Diffstat (limited to 'sysutils/cd-write/Makefile')
-rw-r--r-- | sysutils/cd-write/Makefile | 8 |
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;\ |