aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/weatherget/Makefile2
-rw-r--r--deskutils/griffith/Makefile2
-rw-r--r--deskutils/qrfcview/Makefile2
-rw-r--r--deskutils/tel/Makefile2
-rw-r--r--graphics/mirage/Makefile2
-rw-r--r--graphics/unpaper/Makefile2
-rw-r--r--security/parano/Makefile9
7 files changed, 10 insertions, 11 deletions
diff --git a/astro/weatherget/Makefile b/astro/weatherget/Makefile
index 24b443a06a40..fcf3a29705fe 100644
--- a/astro/weatherget/Makefile
+++ b/astro/weatherget/Makefile
@@ -8,7 +8,7 @@
PORTNAME= weatherget
PORTVERSION= 0.3.2
CATEGORIES= astro
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Command-line weather reporting tool
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index cee7b64fd5c1..878877ecddb5 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -8,7 +8,7 @@
PORTNAME= griffith
PORTVERSION= 0.9.2
CATEGORIES= deskutils
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A film collection manager
diff --git a/deskutils/qrfcview/Makefile b/deskutils/qrfcview/Makefile
index 797fb64a607d..b6949f8f783a 100644
--- a/deskutils/qrfcview/Makefile
+++ b/deskutils/qrfcview/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qrfcview
PORTVERSION= 0.62
CATEGORIES= deskutils
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org
diff --git a/deskutils/tel/Makefile b/deskutils/tel/Makefile
index 1ac67d74482a..dfcc4e2872c3 100644
--- a/deskutils/tel/Makefile
+++ b/deskutils/tel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tel
PORTVERSION= 0.1.7
CATEGORIES= deskutils
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Little console-based phone book manager
diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile
index 486af63bc2c4..83ad58abaa90 100644
--- a/graphics/mirage/Makefile
+++ b/graphics/mirage/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mirage
PORTVERSION= 0.8.3
CATEGORIES= graphics
-MASTER_SITES= BERLIOS/mirageiv
+MASTER_SITES= CENKES BERLIOS/mirageiv
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Fast and simple image viewer
diff --git a/graphics/unpaper/Makefile b/graphics/unpaper/Makefile
index cc4d0f73b3b1..d565f078e5e6 100644
--- a/graphics/unpaper/Makefile
+++ b/graphics/unpaper/Makefile
@@ -8,7 +8,7 @@
PORTNAME= unpaper
DISTVERSION= 0_2
CATEGORIES= graphics
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org
diff --git a/security/parano/Makefile b/security/parano/Makefile
index dda7f38c8878..1b7991091342 100644
--- a/security/parano/Makefile
+++ b/security/parano/Makefile
@@ -8,17 +8,16 @@
PORTNAME= parano
PORTVERSION= 0.3.4
CATEGORIES= security
-MASTER_SITES= BERLIOS
+MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Gnome program to deal with hashfiles
-BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PYTHON= yes
-USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -26,6 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- ${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
+ @${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
.include <bsd.port.mk>