diff options
author | sat <sat@FreeBSD.org> | 2007-04-21 17:11:10 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-21 17:11:10 +0800 |
commit | f686e35abfb940497a41358d370a370b158aa40a (patch) | |
tree | 6f9231c87878b88059ee6326394c8559043a6764 /security/parano/Makefile | |
parent | 4a5e2b399db02da0028062535b016730fd05db3d (diff) | |
download | freebsd-ports-gnome-f686e35abfb940497a41358d370a370b158aa40a.tar.gz freebsd-ports-gnome-f686e35abfb940497a41358d370a370b158aa40a.tar.zst freebsd-ports-gnome-f686e35abfb940497a41358d370a370b158aa40a.zip |
- Add mirrors to all my berlios-hosted ports
Prompted by: pointyhat via kris, fenner's survey
Diffstat (limited to 'security/parano/Makefile')
-rw-r--r-- | security/parano/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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> |