diff options
author | rene <rene@FreeBSD.org> | 2012-05-09 05:26:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-05-09 05:26:36 +0800 |
commit | 10d4079f7370e6451c524fd34bca2a532954de5b (patch) | |
tree | f7af4464ce83d93ee401fba79ae36f6257cb2784 /print/xfce4-print/Makefile | |
parent | 345f7fa4ed6c043fb9a29237788618095dcb4090 (diff) | |
download | freebsd-ports-gnome-10d4079f7370e6451c524fd34bca2a532954de5b.tar.gz freebsd-ports-gnome-10d4079f7370e6451c524fd34bca2a532954de5b.tar.zst freebsd-ports-gnome-10d4079f7370e6451c524fd34bca2a532954de5b.zip |
- Follow the upstream change for the download location [1]
- While here, pet portlint
PR: ports/167704 [1]
Submitted by: Olivier Duchateau
Diffstat (limited to 'print/xfce4-print/Makefile')
-rw-r--r-- | print/xfce4-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 58a4998300df..7c704ed4bcfb 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 4.6.1 PORTREVISION= 7 CATEGORIES= print xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=xfce/4.6.1/src +MASTER_SITE_SUBDIR= src/archive/xfprint/${PORTVERSION:R} DISTNAME= xfprint-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -18,7 +18,7 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 graphical frontend for printing GNU_CONFIGURE= yes -INSTALLS_ICONS= yes +INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -50,7 +50,7 @@ PLIST_SUB+= LPR="" .endif .if defined(WITHOUT_LPR) && !defined(WITH_CUPS) -IGNORE= You have to define WITH_CUPS or undefine WITHOUT_LPR in order to install this port. +IGNORE= define WITH_CUPS or undefine WITHOUT_LPR to install this port .endif .if defined(WITH_LETTER) |