diff options
author | krion <krion@FreeBSD.org> | 2004-12-27 07:12:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-27 07:12:07 +0800 |
commit | 0454d58d9770270d4aaa772e422a1125bd826b6f (patch) | |
tree | f54e1ee6aaa0fa2e6e4f942a0ef13c65770f2409 /graphics | |
parent | 5c67ff3520f3df05e4a85c526da0c50397a7e01a (diff) | |
download | freebsd-ports-gnome-0454d58d9770270d4aaa772e422a1125bd826b6f.tar.gz freebsd-ports-gnome-0454d58d9770270d4aaa772e422a1125bd826b6f.tar.zst freebsd-ports-gnome-0454d58d9770270d4aaa772e422a1125bd826b6f.zip |
Fix MASTER_SITES.
Portlint.
PR: ports/75226
Submitted by: Andrey Slusar <anray at inet dot ua>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpcd/Makefile b/graphics/xpcd/Makefile index fb92be631cf9..1a6928312a94 100644 --- a/graphics/xpcd/Makefile +++ b/graphics/xpcd/Makefile @@ -9,7 +9,7 @@ PORTNAME= xpcd PORTVERSION= 2.08 PORTREVISION= 2 CATEGORIES+= graphics -MASTER_SITES= http://bytesex.org/misc/ +MASTER_SITES= http://dl.bytesex.org/releases/xpcd/ MAINTAINER?= jylitalo@iki.fi COMMENT?= PhotoCD tool collection @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff # USE_IMAKE= yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS= -L${LOCALBASE}/lib USE_GMAKE= yes USE_AUTOCONF_VER= 213 |