diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-12 10:38:03 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-12 10:38:03 +0000 |
commit | cd16b9f74e106187956ab68a9633fad41639197c (patch) | |
tree | cce383be50ecd4e486ce507c15d2466677ada57e /chat | |
parent | 70678615de625a9dfa115263e8e3df95388db406 (diff) | |
download | pkgsrc-cd16b9f74e106187956ab68a9633fad41639197c.tar.gz |
Lint (sort DISTNAME section and use $${MV})
Diffstat (limited to 'chat')
-rw-r--r-- | chat/psi-ssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/psi-ssl/Makefile b/chat/psi-ssl/Makefile index 60a727a51b6..2ec65f22a95 100644 --- a/chat/psi-ssl/Makefile +++ b/chat/psi-ssl/Makefile @@ -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 $ -PKGNAME= psi-ssl-2.0 DISTNAME= qssl-2.0 +PKGNAME= psi-ssl-2.0 PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORCE:=psi/} @@ -18,7 +18,7 @@ USE_X11= yes 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 |