summaryrefslogtreecommitdiff
path: root/www/grail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-26 23:54:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-26 23:54:57 +0000
commit8e11d8e08b538a0e2dcd10df0abbf9fcbcb083eb (patch)
tree98cd664486ae12f22529ecfeaf6c43eeb166302d /www/grail
parentThis port is already unfetchable.... (diff)
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.
Notes
Notes: svn path=/head/; revision=11550
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 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 && \