diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-21 09:11:10 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-21 09:11:10 +0000 |
commit | ff15a3aab3c900bcffe8c245b4dd9a1ada99611e (patch) | |
tree | 1eb8fcd3abd2b04fe0b8031c87d33698e41eb02d | |
parent | ed2d4d20dfa404fe629e73d62ad4d11803f8eb3b (diff) | |
download | ports-ff15a3aab3c900bcffe8c245b4dd9a1ada99611e.tar.gz ports-ff15a3aab3c900bcffe8c245b4dd9a1ada99611e.zip |
Notes
-rw-r--r-- | astro/weatherget/Makefile | 2 | ||||
-rw-r--r-- | deskutils/griffith/Makefile | 2 | ||||
-rw-r--r-- | deskutils/qrfcview/Makefile | 2 | ||||
-rw-r--r-- | deskutils/tel/Makefile | 2 | ||||
-rw-r--r-- | graphics/mirage/Makefile | 2 | ||||
-rw-r--r-- | graphics/unpaper/Makefile | 2 | ||||
-rw-r--r-- | security/parano/Makefile | 9 |
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> |