diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-03 00:09:43 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-03 00:09:43 +0800 |
commit | 044b9c2aee0959786dff838f8e56f69a373db718 (patch) | |
tree | 27214d32f81c2778dba2240ef75194920e7632ae | |
parent | 4f8a109c94a6f8e611f0ab58deb8f258b328846b (diff) | |
download | freebsd-ports-gnome-044b9c2aee0959786dff838f8e56f69a373db718.tar.gz freebsd-ports-gnome-044b9c2aee0959786dff838f8e56f69a373db718.tar.zst freebsd-ports-gnome-044b9c2aee0959786dff838f8e56f69a373db718.zip |
Fix MASTER_SITES
PR: 23224
Submitted by: Ports Fury
-rw-r--r-- | graphics/gphoto/Makefile | 5 | ||||
-rw-r--r-- | graphics/gphoto2/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 5f51a91709bb..3cb8e7991955 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -8,8 +8,7 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/stable/ \ - ftp://ftp.uk.linux.org/pub/gphoto/0.4/ +MASTER_SITES= http://www.gphoto.net/dist/ MAINTAINER= ports@FreeBSD.org @@ -17,9 +16,9 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_IMLIB= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes MAN1= gphoto.1 diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 5f51a91709bb..3cb8e7991955 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -8,8 +8,7 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/stable/ \ - ftp://ftp.uk.linux.org/pub/gphoto/0.4/ +MASTER_SITES= http://www.gphoto.net/dist/ MAINTAINER= ports@FreeBSD.org @@ -17,9 +16,9 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_IMLIB= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes MAN1= gphoto.1 |