summaryrefslogtreecommitdiff
path: root/net-p2p/hagelslag/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-05-07 14:43:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-05-07 14:43:40 +0000
commit36dc311f94ef675608e8dbcd94b887a1cab76bd7 (patch)
tree610f7a3ab956ecda9eb7de2e163364859794faf3 /net-p2p/hagelslag/Makefile
parentUpgrade to version 3.2.1 (diff)
- Upgrade to version 0.13
- Assign maintainership over to ports PR: 27178 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=42363
Diffstat (limited to 'net-p2p/hagelslag/Makefile')
-rw-r--r--net-p2p/hagelslag/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/hagelslag/Makefile b/net-p2p/hagelslag/Makefile
index e340e3f82fc1..0af2d752fecf 100644
--- a/net-p2p/hagelslag/Makefile
+++ b/net-p2p/hagelslag/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= hagelslag
-PORTVERSION= 0.12.1
+PORTVERSION= 0.13
CATEGORIES= net
MASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \
ftp://tiefighter.et.tudelft.nl/pub/hagelslag/v${PORTVERSION}/
-EXTRACT_SUFX= .tgz
-MAINTAINER= johann@egenetics.com
+MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
USE_GMAKE= yes
-MAKEFILES= Makefile gui/Makefile gui-api/Makefile
+MAKEFILES= Makefile gui/Makefile src/Makefile
HS_DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
post-patch:
@@ -28,7 +27,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${HS_DOCDIR}
- @ ${INSTALL_MAN} ${WRKSRC}/doc/* ${HS_DOCDIR}
+ @ ${INSTALL_DATA} ${WRKSRC}/doc/* ${HS_DOCDIR}
.endif
.include <bsd.port.mk>