diff options
author | rillig <rillig> | 2005-10-23 20:14:07 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-10-23 20:14:07 +0000 |
commit | de3df3daff27244df2aa0f1a53828f6b476169a6 (patch) | |
tree | 1585c59dbf8dd296d22a6aeb18773020384f2106 /misc/sci/Makefile | |
parent | 8a12d7223ff94f7a7ae6e0fef86e2aa1bb3ace5a (diff) | |
download | pkgsrc-de3df3daff27244df2aa0f1a53828f6b476169a6.tar.gz |
Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" characters
from patch-aa. Sorted PLIST.
Diffstat (limited to 'misc/sci/Makefile')
-rw-r--r-- | misc/sci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sci/Makefile b/misc/sci/Makefile index 6027cf26cd1..4d4efa27cb2 100644 --- a/misc/sci/Makefile +++ b/misc/sci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:49:53 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 20:14:07 rillig Exp $ # DISTNAME= sci-0.5.6 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://linuxparts.com/software.html COMMENT= Curses based data entry via templates -GNU_CONFIGURE= # Yupp +GNU_CONFIGURE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sci ${PREFIX}/share/examples/sci |