Sat Dec 23 02:10:14 2023 UTC (156d)
fetch from backup


(zafer)
diff -r1.4 -r1.5 pkgsrc/devel/chrpath/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/devel/chrpath/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/chrpath/Makefile 2017/08/01 17:40:10 1.4
+++ pkgsrc/devel/chrpath/Makefile 2023/12/23 02:10:14 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2017/08/01 17:40:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2023/12/23 02:10:14 zafer Exp $
2# 2#
3 3
4DISTNAME= chrpath-0.13 4DISTNAME= chrpath-0.13
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/chrpath/ 6MASTER_SITES= #
7MASTER_SITES+= ${MASTER_SITE_GENTOO:=distfiles/} 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://freshmeat.net/projects/chrpath/ 9#HOMEPAGE= http://freshmeat.net/projects/chrpath/
11COMMENT= Change the dynamic library load path of compiled binaries 10COMMENT= Change the dynamic library load path of compiled binaries
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15USE_TOOLS+= gmake 14USE_TOOLS+= gmake
16 15
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"