pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/psi-ssl Lint (sort DISTNAME section and use $${MV})
details: https://anonhg.NetBSD.org/pkgsrc/rev/64be939bd961
branches: trunk
changeset: 466150:64be939bd961
user: cjep <cjep%pkgsrc.org@localhost>
date: Mon Jan 12 10:38:03 2004 +0000
description:
Lint (sort DISTNAME section and use $${MV})
diffstat:
chat/psi-ssl/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r bdf236d98de2 -r 64be939bd961 chat/psi-ssl/Makefile
--- a/chat/psi-ssl/Makefile Mon Jan 12 10:35:57 2004 +0000
+++ b/chat/psi-ssl/Makefile Mon Jan 12 10:38:03 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/08/12 08:08:33 jdolecek Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/12 10:38:03 cjep Exp $
+DISTNAME= qssl-2.0
PKGNAME= psi-ssl-2.0
-DISTNAME= qssl-2.0
PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORCE:=psi/}
@@ -18,7 +18,7 @@
do-configure:
cd ${WRKSRC} && ${QTDIR}/bin/qmake qssl.pro
- $(SED) 's:\(-module.*\):\1 $(QTDIR)/lib:' ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new && mv ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
+ $(SED) 's:\(-module.*\):\1 $(QTDIR)/lib:' ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new && ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
do-install:
cd ${WRKSRC} && libtool --mode=install ${INSTALL_PROGRAM} libqssl.la ${QTDIR}/lib
Home |
Main Index |
Thread Index |
Old Index