diff options
author | bapt <bapt@FreeBSD.org> | 2012-01-13 00:40:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-01-13 00:40:42 +0800 |
commit | 35ac17918c8daa82d11d9d9e1531214b370c8922 (patch) | |
tree | df8758ec306541b3b5263f7d2c742ddac1f688a8 /editors | |
parent | b436dd20904ed182aeb396fdf4c3ece02c8c4d16 (diff) | |
download | freebsd-ports-gnome-35ac17918c8daa82d11d9d9e1531214b370c8922.tar.gz freebsd-ports-gnome-35ac17918c8daa82d11d9d9e1531214b370c8922.tar.zst freebsd-ports-gnome-35ac17918c8daa82d11d9d9e1531214b370c8922.zip |
rmdir the forgotten directories
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-packages/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 6c89a78b71f2..dcc583545cb2 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -161,6 +161,9 @@ post-install: @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/man 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/lisp 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/etc 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/pkginfo 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/info 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/lib-src 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_MSG} " This port installs packages for XEmacs. These packages should be sufficient" |