diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:47:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:47:23 +0000 |
commit | 16b5cca770efd1f0d5fbc07d8d6770d70007b7c6 (patch) | |
tree | 5cf7db537a76f66f4282ce1554783586c2eff3ab /mk/bsd.port.mk | |
parent | d16d2fc0c95c8921efbc72936656325437ace601 (diff) | |
download | pkgsrc-16b5cca770efd1f0d5fbc07d8d6770d70007b7c6.tar.gz |
Fix PR 4884 by replacing STRIP with STRIPFLAG.
This addes yet another step towards bsd.pkg.mk. :)
Diffstat (limited to 'mk/bsd.port.mk')
-rw-r--r-- | mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk index 006b00ed564..08b60a628b0 100644 --- a/mk/bsd.port.mk +++ b/mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.port.mk,v 1.43 1998/02/02 08:11:49 hubertf Exp $ +# $NetBSD: bsd.port.mk,v 1.44 1998/02/09 00:47:23 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -551,7 +551,7 @@ SHAREMODE = ${DOCMODE} # A few aliases for *-install targets INSTALL_PROGRAM= \ - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} + ${INSTALL} ${COPY} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} INSTALL_SCRIPT= \ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} INSTALL_DATA= \ |