diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-15 12:34:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-15 12:34:53 +0800 |
commit | 0897b58a53a8ef5df8462806978c4640ac2d7739 (patch) | |
tree | 1c19973055984656c83b15f870b97b79bddcfa94 | |
parent | a79babd29600023595c28909b79f9391b1efde39 (diff) | |
download | freebsd-ports-gnome-0897b58a53a8ef5df8462806978c4640ac2d7739.tar.gz freebsd-ports-gnome-0897b58a53a8ef5df8462806978c4640ac2d7739.tar.zst freebsd-ports-gnome-0897b58a53a8ef5df8462806978c4640ac2d7739.zip |
Better way to ignore checksum failures (they are updated too often)
-rw-r--r-- | x11-toolkits/gtk20-apireference/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk20-apireference/distinfo | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20-apireference/Makefile b/x11-toolkits/gtk20-apireference/Makefile index 59cf31c0423c..ca12636a3bcf 100644 --- a/x11-toolkits/gtk20-apireference/Makefile +++ b/x11-toolkits/gtk20-apireference/Makefile @@ -15,8 +15,9 @@ DISTFILES= ${MODULES:C/$/-2.0-docs${EXTRACT_SUFX}/} MAINTAINER= edwin@mavetju.org COMMENT= API reference for the Gimp Toolkit v2.x for X11 GUI +IGNOREFILES= ${DISTFILES} + NO_BUILD= yes -NO_CHECKSUM= yes # they're rebuild too often to keep track of PLIST= ${WRKDIR}/plist PREFIX= ${X11BASE} # do not use USE_X_PREFIX, does not depend on X USE_REINPLACE= yes diff --git a/x11-toolkits/gtk20-apireference/distinfo b/x11-toolkits/gtk20-apireference/distinfo index 5aa2f51d5508..bf1b538e7098 100644 --- a/x11-toolkits/gtk20-apireference/distinfo +++ b/x11-toolkits/gtk20-apireference/distinfo @@ -1 +1,5 @@ -dummy to keep portlint happy +MD5 (glib-2.0-docs.tar.gz) = IGNORE +MD5 (gobject-2.0-docs.tar.gz) = IGNORE +MD5 (gdk-2.0-docs.tar.gz) = IGNORE +MD5 (gdk-pixbuf-2.0-docs.tar.gz) = IGNORE +MD5 (gtk-2.0-docs.tar.gz) = IGNORE |