summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-08-11 17:25:04 +0000
committerjdolecek <jdolecek>2003-08-11 17:25:04 +0000
commit9f3a1bc6ab626445f0a4506ec5b3fbeeac5ef247 (patch)
tree6bc7892648894765a36f57fdd774a514bca9aa8a /chat
parent7892642b8e837b78febdf8bf3bad7062001fb1df (diff)
downloadpkgsrc-9f3a1bc6ab626445f0a4506ec5b3fbeeac5ef247.tar.gz
use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and long
line wrapping suggested by Juan RP in PR pkg/22440
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 6dc0bcb1f44..1c9f1979ddb 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2003/08/05 13:36:16 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/11 17:25:04 jdolecek Exp $
DISTNAME= psi-0.9
PKGREVISION= 1
CATEGORIES= chat
-MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/psi/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jdolecek@NetBSD.org
@@ -21,7 +21,11 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= -p ${PREFIX}
post-configure:
- ${SED} -e 's:^CHK_DIR_EXISTS *= *$$:CHK_DIR_EXISTS=test -d:' -e "s:^MKDIR *= *$$:MKDIR=${MKDIR}:" -e "s:/bin/true:${TRUE}:" < ${BUILD_DIRS}/Makefile > ${BUILD_DIRS}/Makefile.orig
+ ${SED} \
+ -e 's:^CHK_DIR_EXISTS *= *$$:CHK_DIR_EXISTS=test -d:' \
+ -e "s:^MKDIR *= *$$:MKDIR=${MKDIR}:" \
+ -e "s:/bin/true:${TRUE}:" < ${BUILD_DIRS}/Makefile \
+ > ${BUILD_DIRS}/Makefile.orig
${MV} ${BUILD_DIRS}/Makefile.orig ${BUILD_DIRS}/Makefile
do-install: