summaryrefslogtreecommitdiff
path: root/cad/geda-symbols/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-10 03:42:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-10 03:42:23 +0000
commit0b9a514e16f186e44dfd253e92e319d38da09e57 (patch)
tree23a31ddbbf396d1ecee333ece6f509091ef22016 /cad/geda-symbols/Makefile
parentComment out the net/py-ldap1 port, which is identical to the net/ldapmodule (diff)
upgrade to 20020209
PR: 35714 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55801
Diffstat (limited to 'cad/geda-symbols/Makefile')
-rw-r--r--cad/geda-symbols/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile
index a1eb8e4cb98c..3eb4ef2a7f93 100644
--- a/cad/geda-symbols/Makefile
+++ b/cad/geda-symbols/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= symbols
-PORTVERSION= 20010304
+PORTVERSION= 20020209
CATEGORIES= cad
-MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \
- http://geda.seul.org/devel/20010304/ \
+MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20020209/ \
+ http://geda.seul.org/devel/20020209/ \
http://www.tinkerbox.org/projects/files/gEDA/
MAINTAINER= bruno@tinkerbox.org
@@ -17,6 +17,6 @@ MAINTAINER= bruno@tinkerbox.org
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-WRKSRC= ${WRKDIR}/symbols
+DISTNAME= geda-${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>