diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-05-08 21:26:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-05-08 21:26:36 +0000 |
commit | 35c0e261771809c18128f858d773a6bc88a8c7e7 (patch) | |
tree | 1f3e972c55225a48ebba15b6e5f6a352de465bf6 /print/xfce4-print | |
parent | 49b9e0b7c38c8f550bd341215c9bd84ee5eb0481 (diff) | |
download | ports-35c0e261771809c18128f858d773a6bc88a8c7e7.tar.gz ports-35c0e261771809c18128f858d773a6bc88a8c7e7.zip |
- Follow the upstream change for the download location [1]
- While here, pet portlint
PR: ports/167704 [1]
Submitted by: Olivier Duchateau
Notes
Notes:
svn path=/head/; revision=296254
Diffstat (limited to 'print/xfce4-print')
-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) |