diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-05 20:35:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-05 20:35:12 +0000 |
commit | 0adcfa27406e4b2a32ca9630ea90d8d6482fd7a1 (patch) | |
tree | 24a5a538529cadfbf0b58e8bf95aa09932124f05 | |
parent | 998bd5a5f84a6142e383ed454b9269313cab40a9 (diff) | |
download | pkgsrc-0adcfa27406e4b2a32ca9630ea90d8d6482fd7a1.tar.gz |
Only @PREFIX@ is used.
-rw-r--r-- | x11/xfstt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index def928028e7..e89c0747f07 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/01/05 20:26:48 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/05 20:35:12 joerg Exp $ # DISTNAME= xfstt-1.6 @@ -27,7 +27,6 @@ INSTALLATION_DIRS= bin man/man1 SUBST_CLASSES+= paths SUBST_FILES.paths= doc/FAQ doc/xfstt.1x SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},g' -SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_STAGE.paths= post-patch do-install: |