summaryrefslogtreecommitdiffstats
path: root/www/grail
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-06-26 23:54:57 +0000
committerasami <asami@FreeBSD.org>1998-06-26 23:54:57 +0000
commit1a5ffad533e33a72bb8362345cd1c2d736750fb3 (patch)
treeb01f44e2741360b0519f1fdfb9f7f623f695538f /www/grail
parent24534b8e04dfa03dee4c69e5a2c263ecb6020e2c (diff)
downloadFreeBSD-ports-1a5ffad533e33a72bb8362345cd1c2d736750fb3.zip
FreeBSD-ports-1a5ffad533e33a72bb8362345cd1c2d736750fb3.tar.gz
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.
Diffstat (limited to 'www/grail')
-rw-r--r--www/grail/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile
index 0437020..6d10784 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 && \
OpenPOWER on IntegriCloud