diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 22:41:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 22:41:09 +0800 |
commit | 3ee43b8fd64ccb4c98682ca92c97890e47040315 (patch) | |
tree | 6d83fe8e448e7be53d1e9e7b05c9fb7cb09687fe /graphics/libpcd/Makefile | |
parent | d590d0d3f0c173f89fc4e6edb11f16e796001240 (diff) | |
download | freebsd-ports-gnome-3ee43b8fd64ccb4c98682ca92c97890e47040315.tar.gz freebsd-ports-gnome-3ee43b8fd64ccb4c98682ca92c97890e47040315.tar.zst freebsd-ports-gnome-3ee43b8fd64ccb4c98682ca92c97890e47040315.zip |
- Update MASTER_SITES and WWW: line
PR: 158495
Submitted by: Ports Fury
Diffstat (limited to 'graphics/libpcd/Makefile')
-rw-r--r-- | graphics/libpcd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index 8944a8fbd405..1a762b0af06b 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -8,15 +8,16 @@ PORTNAME= libpcd PORTVERSION= 1.0.1 CATEGORIES= graphics -MASTER_SITES= http://dl.bytesex.org/releases/libpcd/ +MASTER_SITES= http://www.kraxel.org/releases/libpcd/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A library for reading PhotoCD images -USE_GMAKE= yes -USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} + +USE_GMAKE= yes MAKEFILE= ${WRKSRC}/GNUmakefile +USE_LDCONFIG= yes .include <bsd.port.mk> |