diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-29 09:16:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-29 09:16:45 +0800 |
commit | 184dd99cbe7c0ede86df49c2e461597d4c9a3351 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/man.el | |
parent | 34ca6460835cfdeba242539fb65bd736e3070dde (diff) | |
download | freebsd-ports-gnome-184dd99cbe7c0ede86df49c2e461597d4c9a3351.tar.gz freebsd-ports-gnome-184dd99cbe7c0ede86df49c2e461597d4c9a3351.tar.zst freebsd-ports-gnome-184dd99cbe7c0ede86df49c2e461597d4c9a3351.zip |
Rename misc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'misc/man.el')
-rw-r--r-- | misc/man.el/Makefile | 6 | ||||
-rw-r--r-- | misc/man.el/files/patch-i18n-man-ja.el (renamed from misc/man.el/files/patch-aa) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile index a7ea5bf7d300..8f22f8f14918 100644 --- a/misc/man.el/Makefile +++ b/misc/man.el/Makefile @@ -20,9 +20,9 @@ PKGMODULES= i18n-man-de i18n-man-en i18n-man-ja do-install: @${MKDIR} ${STAGEDIR}${ELISPDIR} ${STAGEDIR}${PREFIX}/share/doc/i18n-man - @cd ${WRKSRC}; \ - ${INSTALL_DATA} `${TAR} tzf ${DISTDIR}/${DISTFILES}` \ - ${STAGEDIR}${ELISPDIR} + @(cd ${WRKSRC}; \ + ${INSTALL_DATA} `${TAR} tzf ${DISTDIR}/${DISTFILES}` \ + ${STAGEDIR}${ELISPDIR}) # For xemacs package install configuration @${MKDIR} ${STAGEDIR}${SITEPKGDIR}/pkginfo .for f in ${PKGMODULES} diff --git a/misc/man.el/files/patch-aa b/misc/man.el/files/patch-i18n-man-ja.el index 243488275807..243488275807 100644 --- a/misc/man.el/files/patch-aa +++ b/misc/man.el/files/patch-i18n-man-ja.el |