diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /net/xrmftp | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'net/xrmftp')
-rw-r--r-- | net/xrmftp/Makefile | 3 | ||||
-rw-r--r-- | net/xrmftp/distinfo | 4 | ||||
-rw-r--r-- | net/xrmftp/patches/patch-aa | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net/xrmftp/Makefile b/net/xrmftp/Makefile index 5fbf003a533..3c9f3d0a710 100644 --- a/net/xrmftp/Makefile +++ b/net/xrmftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/02/17 00:24:05 wiedi Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/04 16:18:39 joerg Exp $ DISTNAME= xrmftp-1.2.4 PKGREVISION= 8 @@ -11,7 +11,6 @@ HOMEPAGE= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/ COMMENT= FTP client for X Window System WRKSRC= ${WRKDIR}/${DISTNAME}.src -USE_X11BASE= yes INSTALLATION_DIRS= bin diff --git a/net/xrmftp/distinfo b/net/xrmftp/distinfo index 53264155441..133d893bd97 100644 --- a/net/xrmftp/distinfo +++ b/net/xrmftp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:14:07 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/07/04 16:18:39 joerg Exp $ SHA1 (xrmftp-1.2.4.src.tgz) = 7d6276fdb6f0582a6d31ab12ef058c418532ffc4 RMD160 (xrmftp-1.2.4.src.tgz) = 21c97fb5422efb01e60dba38b826d91b318c07c9 Size (xrmftp-1.2.4.src.tgz) = 37171 bytes -SHA1 (patch-aa) = a89c99e75c45d5a1aabacc6e81f47dadeff4cece +SHA1 (patch-aa) = dc4312962ea88f7de850b5efb4dc66717abd6447 diff --git a/net/xrmftp/patches/patch-aa b/net/xrmftp/patches/patch-aa index 25a6e41f1d3..4b32f09b910 100644 --- a/net/xrmftp/patches/patch-aa +++ b/net/xrmftp/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/04/21 11:07:04 rh Exp $ +$NetBSD: patch-aa,v 1.2 2015/07/04 16:18:39 joerg Exp $ --- Makefile.orig Wed Nov 18 08:25:43 1998 +++ Makefile @@ -9,8 +9,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/04/21 11:07:04 rh Exp $ -XLIBSPATH=/usr/X11R6/lib # path to standard X libraries -XINCPATH=/usr/X11R6/include # path to standard X header files -LIBS= -lm -lX11 -lforms # libraries -+XFORMSLIBPATH=${X11PREFIX}/lib # path to xforms library -+XFORMSINCPATH=${X11PREFIX}/include/X11 # path to xforms header file <forms.h> ++XFORMSLIBPATH=${PREFIX}/lib # path to xforms library ++XFORMSINCPATH=${PREFIX}/include/X11 # path to xforms header file <forms.h> +XLIBSPATH=${X11BASE}/lib # path to standard X libraries +XINCPATH=${X11BASE}/include # path to standard X header files +LIBS= -lm -lX11 -lforms -ljpeg -lXpm # libraries |