diff options
author | rafan <rafan@FreeBSD.org> | 2007-05-02 14:39:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-05-02 14:39:19 +0800 |
commit | 4019883bb45029438e21f1010ab6519dedbfb20f (patch) | |
tree | c8a47ac0131354628e908646f9d1cbf3a63b9aa8 /print/latex-cjk | |
parent | 1f63e69e73f6cfdc9f706f5caf91fb0840e34e41 (diff) | |
download | freebsd-ports-gnome-4019883bb45029438e21f1010ab6519dedbfb20f.tar.gz freebsd-ports-gnome-4019883bb45029438e21f1010ab6519dedbfb20f.tar.zst freebsd-ports-gnome-4019883bb45029438e21f1010ab6519dedbfb20f.zip |
- There is no post-su-install. post-install always runs with root privilege.
Why I made the same mistake twice :(
Noticed by: brian and pointyhat
Pointy hat to: rafan
Diffstat (limited to 'print/latex-cjk')
-rw-r--r-- | print/latex-cjk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile index 270313d34a55..d1cb57c21497 100644 --- a/print/latex-cjk/Makefile +++ b/print/latex-cjk/Makefile @@ -76,7 +76,7 @@ post-patch: pre-su-install: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -post-su-install: +post-install: .if !defined(NOPORTDOCS) ${RM} -fr ${DOCSDIR} ${CP} -R ${WRKSRC}/doc ${DOCSDIR} |