diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
commit | 1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364 (patch) | |
tree | 1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /wm | |
parent | 6fc613f97a0aaf3ffa0cf3bc3a76434b0f60bdfe (diff) | |
download | pkgsrc-1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364.tar.gz |
Change reachover references into another package's pkg/ directory into
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmx/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmx/Makefile.common b/wm/wmx/Makefile.common index 6a93bafdd35..81b1d64374c 100644 --- a/wm/wmx/Makefile.common +++ b/wm/wmx/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2001/07/27 20:40:00 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/11/01 09:41:14 jlam Exp $ DISTNAME= wmx-6 WMX_VERS= 6.0 @@ -16,7 +16,7 @@ ALL_TARGET= depend all DISTINFO_FILE= ${.CURDIR}/../../wm/wmx/distinfo PATCHDIR= ${.CURDIR}/../../wm/wmx/patches -PLIST_SRC= ${.CURDIR}/../../wm/wmx/pkg/PLIST +PLIST_SRC= ${.CURDIR}/../../wm/wmx/PLIST do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin |