1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove "x11" from categories, this is just an application that uses X.

Move WRKSRC down to the right place.
This commit is contained in:
Satoshi Asami 1997-05-07 01:55:30 +00:00
parent f01c59cf26
commit 71824badff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6423

View File

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