diff options
author | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
commit | 1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /lang/sr | |
parent | 1222a7415d276a6e4a3091593789c28357f21d54 (diff) | |
download | pkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'lang/sr')
-rw-r--r-- | lang/sr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 622b3f4e769..1145f0c0014 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:47 jlam Exp $ # DISTNAME= sr233 @@ -32,7 +32,7 @@ pre-configure: > ${WRKSRC}/Configuration pre-install: - -${MKDIR} ${LOCALBASE}/lib/sr + -${MKDIR} ${PREFIX}/lib/sr post-install: ${INSTALL_PROGRAM} ${WRKSRC}/csw/cstest ${PREFIX}/bin |