diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 07:54:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 07:54:57 +0800 |
commit | 1a5ffad533e33a72bb8362345cd1c2d736750fb3 (patch) | |
tree | b01f44e2741360b0519f1fdfb9f7f623f695538f /www | |
parent | 24534b8e04dfa03dee4c69e5a2c263ecb6020e2c (diff) | |
download | freebsd-ports-gnome-1a5ffad533e33a72bb8362345cd1c2d736750fb3.tar.gz freebsd-ports-gnome-1a5ffad533e33a72bb8362345cd1c2d736750fb3.tar.zst freebsd-ports-gnome-1a5ffad533e33a72bb8362345cd1c2d736750fb3.zip |
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')
-rw-r--r-- | www/grail/Makefile | 7 |
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 && \ |