diff options
Diffstat (limited to 'graphics/linux-gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/linux-gdk-pixbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-gdk-pixbuf/Makefile b/graphics/linux-gdk-pixbuf/Makefile index e8a8e85baf9e..0bdeb6914d26 100644 --- a/graphics/linux-gdk-pixbuf/Makefile +++ b/graphics/linux-gdk-pixbuf/Makefile @@ -21,6 +21,6 @@ LINUX_DIST_VER= 4 ONLY_FOR_ARCHS= i386 amd64 USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} -MD5_FILE?= ${PKGDIR}/distinfo +DISTINFO_FILE?= ${PKGDIR}/distinfo .include <bsd.port.mk> |