diff options
author | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
commit | 83f4bc66f3b83e36f6a70013df80665f12daba20 (patch) | |
tree | 6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /lang/expect | |
parent | 60c943df49925b6e46b7625c8e34adc37ef73716 (diff) | |
download | pkgsrc-83f4bc66f3b83e36f6a70013df80665f12daba20.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 20eb6e27152..a283639d556 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $NetBSD: Makefile,v 1.5 1998/02/01 01:58:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/02 08:11:00 hubertf Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -39,6 +39,6 @@ test: @(cd ${WRKSRC}; make test) post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include <bsd.port.mk> |