aboutsummaryrefslogtreecommitdiff
path: root/sysutils/prips
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-03 14:06:38 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-03 14:06:38 +0000
commit19459ee4897bc71d0f0ebc338c377c49e01076c5 (patch)
tree9fcfec541c4c57b5bc68af490f785a588a9a82eb /sysutils/prips
parent5b244d4d320cb2834dc69ffb09751bdd87f42388 (diff)
downloadports-19459ee4897bc71d0f0ebc338c377c49e01076c5.tar.gz
ports-19459ee4897bc71d0f0ebc338c377c49e01076c5.zip
- Fix MASTER_SITES
- Fix WWW: line - Support PLIST_FILES PR: ports/98024 Submitted by: Ports fury
Notes
Notes: svn path=/head/; revision=164286
Diffstat (limited to 'sysutils/prips')
-rw-r--r--sysutils/prips/Makefile19
-rw-r--r--sysutils/prips/distinfo6
-rw-r--r--sysutils/prips/pkg-descr2
3 files changed, 13 insertions, 14 deletions
diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile
index a1f68b56e1ea..c905dd0487f7 100644
--- a/sysutils/prips/Makefile
+++ b/sysutils/prips/Makefile
@@ -8,26 +8,25 @@
PORTNAME= prips
PORTVERSION= 0.9.4
CATEGORIES= sysutils
-MASTER_SITES= http://ipsc.sourceforge.net/dist/prips/
-DISTNAME= ${PKGNAME}-src
+MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Prints IP subnet ranges by list or CIDR
-WRKSRC= ${WRKDIR}/prips
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+
+PORTDOCS= README
+PLIST_FILES= bin/prips
.include <bsd.port.pre.mk>
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
-
-post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.else
- @${SED} 's#share/doc/prips/README##' ${TMPPLIST} > ${WRKDIR}/PLIST.tmp
- @${SED} 's#@dirrm share/doc/prips##' ${WRKDIR}/PLIST.tmp > ${TMPPLIST}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/sysutils/prips/distinfo b/sysutils/prips/distinfo
index 8e65a9b06370..e17c4de8157e 100644
--- a/sysutils/prips/distinfo
+++ b/sysutils/prips/distinfo
@@ -1,3 +1,3 @@
-MD5 (prips-0.9.4-src.tar.gz) = 044283b90bfbbd6a858321202d031c2c
-SHA256 (prips-0.9.4-src.tar.gz) = 8ae088ec24c7a122ff2760f266732ec39a6b4c2d8e1d8500181dd6e4aa475580
-SIZE (prips-0.9.4-src.tar.gz) = 6299
+MD5 (prips_0.9.4.orig.tar.gz) = e09f2825c81c44a7e27528b942989d61
+SHA256 (prips_0.9.4.orig.tar.gz) = 0bc9b696810f3b05bd5b174fa60a393a37884831b3bbed3ec2fc690d21beb87b
+SIZE (prips_0.9.4.orig.tar.gz) = 6292
diff --git a/sysutils/prips/pkg-descr b/sysutils/prips/pkg-descr
index 62ff951a95a7..d4e3652243ec 100644
--- a/sysutils/prips/pkg-descr
+++ b/sysutils/prips/pkg-descr
@@ -2,6 +2,6 @@ prips is a tool that can be used to print all of the IP address on a given
range. It can enhance the usability of tools that are made to work on only
one host at a time (e.g. whois).
-WWW: http://ipsc.sourceforge.net/software.html
+WWW: http://directory.fsf.org/ipsc.html
-Jeremy <jeremy@external.org>