diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-01 01:08:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-01 01:08:04 +0800 |
commit | 6c617f8734602246f8060c488636d996a7132188 (patch) | |
tree | 82abd842fa10782a394b003fb7e2cb6acac26bb5 /lang | |
parent | f4c6d5ac7dcf8b81251e09a41f01e4d79bb0106c (diff) | |
download | freebsd-ports-gnome-6c617f8734602246f8060c488636d996a7132188.tar.gz freebsd-ports-gnome-6c617f8734602246f8060c488636d996a7132188.tar.zst freebsd-ports-gnome-6c617f8734602246f8060c488636d996a7132188.zip |
Mark as broken: overwrite files own by the emacs package
pkgng says:
pkg: emacs-23.4,2 conflicts with elisp-manual-21.2.8_1,1 (installs files into the same place). Problematic file: /usr/local/info/elisp.info
Reported by: pointyhat: pkgng exp-run
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/elisp-manual/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 955b20c0edf7..7ea7285dd054 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -17,6 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/} MAINTAINER= ports@FreeBSD.org COMMENT= Emacs Lisp reference manual +BROKEN= overwrites files owned by editors/emacs: info/elisp.info WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/} GNU_CONFIGURE= yes ALL_TARGET= elisp |