summaryrefslogtreecommitdiff
path: root/japanese/gxditview/Makefile
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-10-21 18:17:26 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-10-21 18:17:26 +0000
commitda40e9c3ab113ce6e6b274acf0a408051dac86ec (patch)
treefb890d28752075c7cd2949c1cb16622a8004968f /japanese/gxditview/Makefile
parentRestore loop.fullpath and libdir fixes. (diff)
Use ${MASTER_SITE_DEBIAN} instead of ${MASTER_SITE_GNU} for MASTER_SITES
until groff-1.18.1.tar.gz is uploaded at ftp.gnu.org again. Upgrade debian patch.
Notes
Notes: svn path=/head/; revision=91835
Diffstat (limited to 'japanese/gxditview/Makefile')
-rw-r--r--japanese/gxditview/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile
index 555252d254d6..9defc7ca7de4 100644
--- a/japanese/gxditview/Makefile
+++ b/japanese/gxditview/Makefile
@@ -7,15 +7,16 @@
PORTNAME= gxditview
PORTVERSION= 1.18.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese print
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= groff
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/g/groff
DISTNAME= groff-${PORTVERSION}
+DISTFILES= ${DISTNAME:S,-,_,}.orig${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITE_DEBIAN}
PATCH_SITE_SUBDIR= pool/main/g/groff
-PATCHFILES= ${DISTNAME:S,-,_,}-10.diff.gz
+PATCHFILES= ${DISTNAME:S,-,_,}-11.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= okazaki@FreeBSD.org