diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-12 02:02:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-12 02:02:49 +0000 |
commit | d03c5152df7af69cd4dec4b363994de8ec390075 (patch) | |
tree | 7cb9e681a000d43edbb8c38af979be2093415a30 /net/xrmftp | |
parent | 2c3b6d0d78a020885ba65ac526b4fbc6f3e90cf2 (diff) | |
download | pkgsrc-d03c5152df7af69cd4dec4b363994de8ec390075.tar.gz |
Actually enable DESTDIR support.
Diffstat (limited to 'net/xrmftp')
-rw-r--r-- | net/xrmftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xrmftp/Makefile b/net/xrmftp/Makefile index ac37977894e..c112ad9b3eb 100644 --- a/net/xrmftp/Makefile +++ b/net/xrmftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/02/11 23:23:54 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/12 02:02:49 joerg Exp $ DISTNAME= xrmftp-1.2.4 PKGREVISION= 6 @@ -10,6 +10,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/ COMMENT= FTP client for X Window System +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}.src USE_X11BASE= yes |