diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-22 01:00:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-22 01:00:44 +0000 |
commit | 71dfeb49ccb862a294f9b53bc9b0c6517367f76b (patch) | |
tree | 8e526cc78517b42c0505eddb5191d5e1311bdd83 /x11 | |
parent | 6a585133a682b3f68d262b714667be78fd632c45 (diff) | |
download | pkgsrc-71dfeb49ccb862a294f9b53bc9b0c6517367f76b.tar.gz |
No need to declare FILES_SUBST_SED anymore.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 210f47ff6c3..e1181e10e26 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2006/01/22 00:48:02 joerg Exp $ +# $NetBSD: Makefile,v 1.85 2006/01/22 01:00:44 joerg Exp $ DISTNAME= lesstif-0.94.4 CATEGORIES= x11 @@ -39,7 +39,6 @@ FILES_SUBST+= MV=${MV:Q} FILES_SUBST+= RM=${RM:Q} FILES_SUBST+= RMDIR=${RMDIR:Q} FILES_SUBST+= TRUE=${TRUE:Q} -FILES_SUBST_SED= ${FILES_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL |