diff options
Diffstat (limited to 'devel/ndesk-options/Makefile')
-rw-r--r-- | devel/ndesk-options/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ndesk-options/Makefile b/devel/ndesk-options/Makefile index 921dd56dbc6a..cbd009350b6e 100644 --- a/devel/ndesk-options/Makefile +++ b/devel/ndesk-options/Makefile @@ -11,5 +11,9 @@ COMMENT= Callback-based program option parser for C\# GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs USES= gmake mono pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.in configure + +post-extract: + @${MV} ${WRKSRC}/lib ${WRKSRC}/libdata .include <bsd.port.mk> |