diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-10 19:17:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-10 19:17:18 +0000 |
commit | 02104605d597699749f317180e73e570b269db0a (patch) | |
tree | 7308a85f83c2659b9e2f6e1d120d1c3a25835bdf | |
parent | 62c6efd7bd3f89807d4fea95f611229c29ee89f8 (diff) |
Notes
-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 |