summaryrefslogtreecommitdiff
path: root/comms/xisp/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-17 21:49:22 +0000
committerabs <abs@pkgsrc.org>2009-12-17 21:49:22 +0000
commit221f48ab145e03240112316297c4467f530266a5 (patch)
tree775f3bdba524e946259f4273b41208fdf0fb8e78 /comms/xisp/Makefile
parented0a5b1e11cde21a87845671b2427c7cc90fbb38 (diff)
downloadpkgsrc-221f48ab145e03240112316297c4467f530266a5.tar.gz
Updated comms/xisp to 2.7p4
Updated from 2.7p1 to 2.7p4 as original distfile no longer available No changelog available added PKG_DESTDIR_SUPPORT
Diffstat (limited to 'comms/xisp/Makefile')
-rw-r--r--comms/xisp/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile
index ea5cb59f76f..429ee03d743 100644
--- a/comms/xisp/Makefile
+++ b/comms/xisp/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.29 2009/08/26 19:57:18 sno Exp $
+# $NetBSD: Makefile,v 1.30 2009/12/17 21:49:22 abs Exp $
#
-DISTNAME= xisp-2.7p1
-PKGREVISION= 4
+DISTNAME= xisp-2.7p4
CATEGORIES= comms x11
-MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \
- http://xisp.hellug.gr/release/ \
+MASTER_SITES= http://xisp.hellug.gr/release/ \
+ ${MASTER_SITE_SUNSITE:=system/network/serial/} \
ftp://argeas.cs-net.gr/pub/unix/linux/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xisp.hellug.gr/
COMMENT= User-friendly X11 interface to pppd/chat
+BUILD_DEFS+= VARBASE
PKG_GROUPS= ${DIALER_GROUP}
PKG_GROUPS_VARS+= DIALER_GROUP
MAKE_ENV+= DIALER_GROUP="${DIALER_GROUP}"
@@ -19,10 +19,12 @@ MAKE_ENV+= VARBASE=${VARBASE:Q}
MESSAGE_SUBST+= DIALER_GROUP=${DIALER_GROUP}
# XXX TODO: maybe do MODEM_DEV also?
+INSTALLATION_DIRS+= share/doc/xisp
+PKG_DESTDIR_SUPPORT= destdir
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisp/
- ${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/xisp/
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xisp/
+ ${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/xisp/
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xforms/buildlink3.mk"