diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-18 03:34:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-18 03:34:39 +0000 |
commit | 7789cee24bfa288e21027ac72e1721e7eae0f96f (patch) | |
tree | 89e8a7312ce0b02861941c98ce6e7686df66aaef /net/openslp | |
parent | e5963765afec71329ccc6ac8bbdfdd9b6ba2968f (diff) | |
download | pkgsrc-7789cee24bfa288e21027ac72e1721e7eae0f96f.tar.gz |
Substitute for @ECHO@, too.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 6568b28191c..9f8ea26eb1c 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/18 03:18:43 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/18 03:34:39 jlam Exp $ DISTNAME= openslp-1.0.1 CATEGORIES= net @@ -24,6 +24,7 @@ FILES_SUBST+= CAT=${CAT:Q} FILES_SUBST+= CHMOD=${CHMOD:Q} FILES_SUBST+= CMP=${CMP:Q} FILES_SUBST+= CP=${CP:Q} +FILES_SUBST+= ECHO=${ECHO:Q} FILES_SUBST+= MKDIR=${MKDIR:Q} FILES_SUBST+= RM=${RM:Q} FILES_SUBST+= RMDIR=${RMDIR:Q} |