diff options
author | kris <kris@FreeBSD.org> | 2007-01-11 03:17:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-11 03:17:18 +0800 |
commit | 2c424fa3862e0773bb765280c75cf5fc254a4dae (patch) | |
tree | d7a9b2e105d89e881adad5304d6844ae7c4e6d0e | |
parent | 15fbe413cc06cc1db4a8096e56531cccd59c6692 (diff) | |
download | freebsd-ports-gnome-2c424fa3862e0773bb765280c75cf5fc254a4dae.tar.gz freebsd-ports-gnome-2c424fa3862e0773bb765280c75cf5fc254a4dae.tar.zst freebsd-ports-gnome-2c424fa3862e0773bb765280c75cf5fc254a4dae.zip |
BROKEN: Leaves behind config file on deinstall
-rw-r--r-- | databases/usogres/Makefile | 2 | ||||
-rw-r--r-- | japanese/lynx/Makefile | 2 | ||||
-rw-r--r-- | russian/pine.language/Makefile | 2 | ||||
-rw-r--r-- | ukrainian/pine.language/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/databases/usogres/Makefile b/databases/usogres/Makefile index a722398a1d5b..1bb8dc91af27 100644 --- a/databases/usogres/Makefile +++ b/databases/usogres/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://usogres.good-day.net/download/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Real-time backup utility for PostgreSQL +BROKEN= Leaves behind config file on deinstall + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 4835c92a4ce8..6951bb35ab21 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -19,6 +19,8 @@ PATCH_SITES= http://lynx.isc.org/current/ MAINTAINER= ports@FreeBSD.org COMMENT= A terminal-based World-Wide Web Client with multi-byte modification +BROKEN= Leaves behind config file on deinstall + WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} VERSION= 2.8.4 diff --git a/russian/pine.language/Makefile b/russian/pine.language/Makefile index e05880e323f6..da9fcb74a52a 100644 --- a/russian/pine.language/Makefile +++ b/russian/pine.language/Makefile @@ -15,6 +15,8 @@ COMMENT= Tune Pine for Russian (KOI8-R) defaults RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 +BROKEN= Leaves behind config file on deinstall + NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/ukrainian/pine.language/Makefile b/ukrainian/pine.language/Makefile index 4fcbd71c19ea..45d2112d4e3a 100644 --- a/ukrainian/pine.language/Makefile +++ b/ukrainian/pine.language/Makefile @@ -15,6 +15,8 @@ COMMENT= Tune Pine for Ukrainian (KOI8-U) defaults RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 +BROKEN= Leaves behind config file on deinstall + NO_WRKSUBDIR= YES NO_BUILD= YES |