diff options
author | hrs <hrs@FreeBSD.org> | 2004-12-20 01:00:41 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-12-20 01:00:41 +0800 |
commit | c48d5c9a9690488aa0168410b2699d9798e360c1 (patch) | |
tree | 8b12f7672568726db565240f9a1eab24af85cfa2 /editors/nxml-emacs21 | |
parent | fa31fd5e2858deb3ff50a88dafa341d10f5c3587 (diff) | |
download | freebsd-ports-gnome-c48d5c9a9690488aa0168410b2699d9798e360c1.tar.gz freebsd-ports-gnome-c48d5c9a9690488aa0168410b2699d9798e360c1.tar.zst freebsd-ports-gnome-c48d5c9a9690488aa0168410b2699d9798e360c1.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
Diffstat (limited to 'editors/nxml-emacs21')
-rw-r--r-- | editors/nxml-emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 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: |