summaryrefslogtreecommitdiff
path: root/cad/geda-docs/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-12-13 05:19:44 +0000
committerdmcmahill <dmcmahill>2002-12-13 05:19:44 +0000
commitc3e0ee8c611875af2363c176e3865775642d39d1 (patch)
treeffe463f6fd4824bbba495fd39bf9ec50161de7b9 /cad/geda-docs/Makefile
parent153a61d155b25331cabb69243936edb08b5f19bf (diff)
downloadpkgsrc-c3e0ee8c611875af2363c176e3865775642d39d1.tar.gz
update the gEDA suite of tools to the 20021103 release.
This represents many many improvements and bug fixes. A few items to note are that the attributes used by the symbol library have been greately cleaned up and unified. You may want to run gsymupdate and gschemupdate if migrating from older versions of the tools.
Diffstat (limited to 'cad/geda-docs/Makefile')
-rw-r--r--cad/geda-docs/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile
index 93640ef29cb..7ac644b27da 100644
--- a/cad/geda-docs/Makefile
+++ b/cad/geda-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/10/14 09:59:29 rh Exp $
+# $NetBSD: Makefile,v 1.8 2002/12/13 05:19:45 dmcmahill Exp $
#
DISTNAME= geda-docs-${PKGVERSION}
@@ -15,19 +15,9 @@ COMMENT= HTML documentation for gEDA
CONFLICTS+= gEDA<19991011
DIST_SUBDIR= geda
-PKGVERSION= 20020209
+PKGVERSION= 20021103
-NO_PATCH= YES
-NO_CONFIGURE= YES
-NO_BUILD= YES
+GNU_CONFIGURE= YES
USE_X11BASE= YES
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gEDA
-.for file in README attributes.txt hooks_and_scheme.txt keymapping.tex \
-symbols.html README.keymapping fileformats.html keymapping.html \
-netattrib.txt
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gEDA
-.endfor
-
.include "../../mk/bsd.pkg.mk"