From 8e11d8e08b538a0e2dcd10df0abbf9fcbcb083eb Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 26 Jun 1998 23:54:57 +0000 Subject: NO_CONFIGURE is a no-op. Also, remove the post-extract target, getting rid of extra files is nice but I don't think .cvsignore has any significant meaning nor size impact in a build-once source tree. --- www/grail/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/www/grail/Makefile b/www/grail/Makefile index 0437020e4fdf..6d107840c62b 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -3,7 +3,7 @@ # Date created: 6/11/1998 # Whom: n@nectar.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/16 15:32:45 dburr Exp $ # DISTNAME= grail_04 @@ -20,8 +20,6 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/${PKGNAME} -NO_CONFIGURE= YES - CHOWN?=chown CHMOD?=chmod FIND?=find @@ -31,9 +29,6 @@ GREP?=grep do-build: ${PYTHON} -c 'from compileall import compile_dir; compile_dir("${WRKSRC}")' -post-extract: - (cd ${WRKSRC} && find . -name '.cvsignore' -delete) - do-install: ${MKDIR} ${PREFIX}/lib/grail && \ ${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/lib/grail && \ -- cgit v1.2.3