diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
commit | 74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1 (patch) | |
tree | ad48552829801c7ac676a81a3cae90784899deb1 /graphics/linux-gdk-pixbuf | |
parent | 177bfcca33f906e2fba90964362be8334951b265 (diff) |
Notes
Diffstat (limited to 'graphics/linux-gdk-pixbuf')
-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> |