From fd2bac1a2c49e0fbb9a90e7e98432a7d7ab34ca3 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 19 Dec 2004 17:00:41 +0000 Subject: Fix "make install" by a non-root user. Spotted by: David Magda (dmagda+fbugs at ee dot ryerson dot ca) PR: ports/75197 Fix suggested by: pav --- editors/nxml-emacs21/Makefile | 2 +- editors/nxml/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/nxml-emacs21/Makefile b/editors/nxml-emacs21/Makefile index d88f293124d1..614b092c2511 100644 --- a/editors/nxml-emacs21/Makefile +++ b/editors/nxml-emacs21/Makefile @@ -27,7 +27,7 @@ post-build: cd ${WRKSRC}; \ ${MAKE} nxml-mode.info -pre-install: +pre-su-install: @${MKDIR} ${NXML_LISPDIR} do-install: diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile index d88f293124d1..614b092c2511 100644 --- a/editors/nxml/Makefile +++ b/editors/nxml/Makefile @@ -27,7 +27,7 @@ post-build: cd ${WRKSRC}; \ ${MAKE} nxml-mode.info -pre-install: +pre-su-install: @${MKDIR} ${NXML_LISPDIR} do-install: -- cgit v1.2.3