diff options
author | tron <tron@pkgsrc.org> | 2001-07-10 11:42:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-10 11:42:06 +0000 |
commit | 69a42c47df1337694600b24630c319e3630f200a (patch) | |
tree | 89bcb5d2ac73b85086976310802393c886d0d056 | |
parent | c9ff41d72b1d500c9d1ae97fad7a5856b27d1040 (diff) | |
download | pkgsrc-69a42c47df1337694600b24630c319e3630f200a.tar.gz |
Make this package work under Solaris, bump version number to 1.0.2.
-rw-r--r-- | pkgtools/pkg_tarup/Makefile | 5 | ||||
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile index adf13f00115..91a2e5515b2 100644 --- a/pkgtools/pkg_tarup/Makefile +++ b/pkgtools/pkg_tarup/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:27 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2001/07/10 11:42:06 tron Exp $ -DISTNAME= pkg_tarup-1.0.1 +DISTNAME= pkg_tarup-1.0.2 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index cd8084db1eb..8e256a57070 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkg_tarup,v 1.2 2000/05/16 16:02:05 hubertf Exp $ +# $Id: pkg_tarup,v 1.3 2001/07/10 11:42:06 tron Exp $ # # Tar up installed package # @@ -82,8 +82,8 @@ pkg_create \ -f ${PLIST} \ -l \ -p "`pkg_info -qp ${PKG} | head -1 | awk '{ print $2 }'`" \ - -P "`pkg_info -qf ${PKG} | grep ^@pkgdep | awk '{ print $2 }'`" \ - -C "`pkg_info -qf ${PKG} | grep ^@pkgcfl | awk '{ print $2 }'`" \ + -P "`pkg_info -qf ${PKG} | grep '^@pkgdep' | awk '{ print $2 }'`" \ + -C "`pkg_info -qf ${PKG} | grep '^@pkgcfl' | awk '{ print $2 }'`" \ ${PKGREPOSITORY}/${PKG}.${PKG_SUFX} rm -f ${PLIST} |