summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-29 20:01:39 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-29 20:01:39 +0000
commit6ba32b931fe020ca75c016a303a4e7bed7d8b8c7 (patch)
tree21a11b7d303717122d00d6b310bbc58f11e89d57 /astro
parentAdd mixer fix (diff)
fix some pkg/MESSAGE stuff
Notes
Notes: svn path=/head/; revision=25253
Diffstat (limited to 'astro')
-rw-r--r--astro/sattrack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile
index 5ae78f4df989..31cc1767d778 100644
--- a/astro/sattrack/Makefile
+++ b/astro/sattrack/Makefile
@@ -16,6 +16,6 @@ USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>