summaryrefslogtreecommitdiff
path: root/net-mgmt/echolot
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-07 07:04:51 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-07 07:04:51 +0000
commit45481c519efb7bf34f4d8a251f8e36d63cbf0467 (patch)
tree024cc21c8eacc025d15c31663b13ae3876b0c908 /net-mgmt/echolot
parentUpdate 0.6 (diff)
upgrade to 0.1.0
Notes
Notes: svn path=/head/; revision=72680
Diffstat (limited to 'net-mgmt/echolot')
-rw-r--r--net-mgmt/echolot/Makefile10
-rw-r--r--net-mgmt/echolot/distinfo2
-rw-r--r--net-mgmt/echolot/pkg-plist13
3 files changed, 15 insertions, 10 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile
index 34f64c7159ac..6e0c92bbe37a 100644
--- a/net-mgmt/echolot/Makefile
+++ b/net-mgmt/echolot/Makefile
@@ -7,9 +7,10 @@
#
PORTNAME= echolot
-PORTVERSION= 0.0.3
+PORTVERSION= 0.1.0
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= http://echolot.sourceforge.net/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
@@ -19,15 +20,14 @@ LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+USE_GMAKE= yes
MAN1= echolot.1
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
-.for file in DESIGN SCRIPTING SYNTAX
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/net-mgmt/echolot/distinfo b/net-mgmt/echolot/distinfo
index b0ddfaab9a85..6f69d8fc824d 100644
--- a/net-mgmt/echolot/distinfo
+++ b/net-mgmt/echolot/distinfo
@@ -1 +1 @@
-MD5 (echolot-0.0.3.tar.gz) = b1b5c8b19958e5f899eef79d28c0bd46
+MD5 (echolot-0.1.0.tar.gz) = 5c751c11dd741b5484e0c6f107645b3a
diff --git a/net-mgmt/echolot/pkg-plist b/net-mgmt/echolot/pkg-plist
index 6ee760afe36b..38e530519555 100644
--- a/net-mgmt/echolot/pkg-plist
+++ b/net-mgmt/echolot/pkg-plist
@@ -1,5 +1,10 @@
bin/echolot
-%%PORTDOCS%%share/doc/echolot/DESIGN
-%%PORTDOCS%%share/doc/echolot/SCRIPTING
-%%PORTDOCS%%share/doc/echolot/SYNTAX
-%%PORTDOCS%%@dirrm share/doc/echolot
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/HISTORY
+%%PORTDOCS%%%%DOCSDIR%%/HOWTO
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/PLATFORMS
+%%PORTDOCS%%%%DOCSDIR%%/rfc826.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%