diff options
Diffstat (limited to 'devel/libinotify/Makefile')
-rw-r--r-- | devel/libinotify/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index e0be60aa5fc4..d29f5e1d350f 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -18,12 +18,8 @@ USE_LDCONFIG= yes # # Get rid of .la and static library files # -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |