diff options
author | tron <tron> | 2009-12-20 10:09:42 +0000 |
---|---|---|
committer | tron <tron> | 2009-12-20 10:09:42 +0000 |
commit | 87356ebc3ce31974b768e3e3eea2b4fcd579a858 (patch) | |
tree | 9dd3be3ff5b5ea103d5f230019e833fe8d1966df /chat/xchat | |
parent | baed0f268e4d2c2db87dea2fbf63d65d194314f5 (diff) | |
download | pkgsrc-87356ebc3ce31974b768e3e3eea2b4fcd579a858.tar.gz |
Add support for user destinaton dir installation to the "xchat-perl"
package.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 421c60e920c..26a3690544d 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2009/10/24 15:51:25 tnn Exp $ - -PKG_DESTDIR_SUPPORT= user-destdir +# $NetBSD: Makefile,v 1.65 2009/12/20 10:09:42 tron Exp $ .include "Makefile.common" diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index d5915cc468f..395cfc65c5b 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2009/07/23 09:52:29 tron Exp $ +# $NetBSD: Makefile.common,v 1.60 2009/12/20 10:09:42 tron Exp $ DISTNAME= xchat-2.8.6 CATEGORIES= chat @@ -8,6 +8,8 @@ EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://xchat.org/ LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + PATCH_SITES= http://xchat.org/files/source/2.8/patches/ PATCHFILES= xc286-smallfixes.diff PATCH_DIST_STRIP= -p1 |