aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebone
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-24 11:26:58 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-24 11:26:58 +0000
commit7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7 (patch)
tree945c7e20ae953dd17e7fca6c75362b3a18f8ff79 /sysutils/u-boot-beaglebone
parentfe28b5acf3780bd5de3b7fe283dfabdc1252eed9 (diff)
downloadports-7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7.tar.gz
ports-7cd2bde74bb5ec8ac4e0880a79625c3d3b964cf7.zip
Fix hardcoded package description path
Submitted by: mat
Notes
Notes: svn path=/head/; revision=419001
Diffstat (limited to 'sysutils/u-boot-beaglebone')
-rw-r--r--sysutils/u-boot-beaglebone/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile
index 214fe56d0d39..823e4c5adab2 100644
--- a/sysutils/u-boot-beaglebone/Makefile
+++ b/sysutils/u-boot-beaglebone/Makefile
@@ -38,7 +38,6 @@ do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
- ${INSTALL_DATA} ${.CURDIR}/pkg-descr \
- ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
+ ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
.include <bsd.port.mk>