aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-f10-imlib
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2012-07-31 21:15:32 +0800
committerbsam <bsam@FreeBSD.org>2012-07-31 21:15:32 +0800
commit7ab7033c1457e604dea3c04c07d25e542c7577d4 (patch)
treeac1eef39b55e628ce28c4fcc2d549d31f01ef179 /graphics/linux-f10-imlib
parent051c1bbf5c73b75129fe0e8aa034d36f74a202f6 (diff)
downloadfreebsd-ports-gnome-7ab7033c1457e604dea3c04c07d25e542c7577d4.tar.gz
freebsd-ports-gnome-7ab7033c1457e604dea3c04c07d25e542c7577d4.tar.zst
freebsd-ports-gnome-7ab7033c1457e604dea3c04c07d25e542c7577d4.zip
Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
It's more safe that a relative path. Inspired by PR: ports/169702 Submitted by: Tijl Coosemans <tijl@coosemans.org> Discussed at: freebsd-emulation
Diffstat (limited to 'graphics/linux-f10-imlib')
-rw-r--r--graphics/linux-f10-imlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-f10-imlib/Makefile b/graphics/linux-f10-imlib/Makefile
index 7acc360d8978..f5dc44bb0510 100644
--- a/graphics/linux-f10-imlib/Makefile
+++ b/graphics/linux-f10-imlib/Makefile
@@ -22,6 +22,6 @@ LINUX_DIST_VER= 10
RPMVERSION= 9.fc10
BRANDELF_FILES= usr/bin/imlib_config
USE_LDCONFIG= yes
-PLIST= pkg-plist.${LINUX_RPM_ARCH}
+PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
.include <bsd.port.mk>