diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-12-19 17:00:41 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-12-19 17:00:41 +0000 |
commit | fd2bac1a2c49e0fbb9a90e7e98432a7d7ab34ca3 (patch) | |
tree | 51d81842db576bb12c74b46553ab508208c69a12 /editors/nxml | |
parent | 78c5220e954aff09f424d54b1d9156012f430645 (diff) | |
download | ports-fd2bac1a2c49e0fbb9a90e7e98432a7d7ab34ca3.tar.gz ports-fd2bac1a2c49e0fbb9a90e7e98432a7d7ab34ca3.zip |
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
Notes
Notes:
svn path=/head/; revision=124493
Diffstat (limited to 'editors/nxml')
-rw-r--r-- | editors/nxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |