diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 11:58:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 11:58:21 +0000 |
commit | 8b4093cba5775260e98d51f74cd187fb9af825a8 (patch) | |
tree | 4a28bf50f532fa82a149cbc3f9c041d48a23921b /graphics/linux-c7-dri | |
parent | f38d6cb92bbd96d100bae02b23ace94acea1cf8e (diff) |
Notes
Diffstat (limited to 'graphics/linux-c7-dri')
-rw-r--r-- | graphics/linux-c7-dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-c7-dri/Makefile b/graphics/linux-c7-dri/Makefile index 244f6bffdc89..83c02cef0d33 100644 --- a/graphics/linux-c7-dri/Makefile +++ b/graphics/linux-c7-dri/Makefile @@ -31,7 +31,7 @@ USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -post-stage: +post-install: @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libEGL.so.1 @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libEGL.so.1 |