aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-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-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-imlib')
-rw-r--r--graphics/linux-imlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-imlib/Makefile b/graphics/linux-imlib/Makefile
index 07036d905eac..ad4109f5045a 100644
--- a/graphics/linux-imlib/Makefile
+++ b/graphics/linux-imlib/Makefile
@@ -23,7 +23,7 @@ USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
BRANDELF_DIRS= usr/bin
-PLIST= pkg-plist.${LINUX_RPM_ARCH}
+PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>