aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-08-11 15:46:10 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-08-11 15:46:10 +0000
commita08b3a047a62ba006f08993c45bec93f2f38834f (patch)
treec6c0409ee2f02e5a5ead35790e01a431227b34ad /usr.sbin/pkg_install
parente4116e931c45b07fab40946a0998c027ab77d922 (diff)
downloadsrc-a08b3a047a62ba006f08993c45bec93f2f38834f.tar.gz
src-a08b3a047a62ba006f08993c45bec93f2f38834f.zip
FWIIW, make the `test' target in pkg_install/version actually work.
Notes
Notes: svn path=/head/; revision=133501
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/version/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile
index 23ccf3948cca..a1221ebbf5cc 100644
--- a/usr.sbin/pkg_install/version/Makefile
+++ b/usr.sbin/pkg_install/version/Makefile
@@ -12,6 +12,6 @@ DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
LDADD= ${LIBINSTALL} -lfetch -lmd
test:
- ./test-pkg_version.sh
+ sh ${.CURDIR}/test-pkg_version.sh
.include <bsd.prog.mk>