summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-08-11 17:25:04 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-08-11 17:25:04 +0000
commit3e0ebd9724ed082bdb44556ce1acb180196ea296 (patch)
tree6bc7892648894765a36f57fdd774a514bca9aa8a /chat/psi
parent6a89cb7e860296378a245f9f7472d29f84ecce05 (diff)
downloadpkgsrc-3e0ebd9724ed082bdb44556ce1acb180196ea296.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/psi')
-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: