diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 4acfc12b997d..84d43a9cbd79 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -25,15 +25,13 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= readline rluserman history -MAN3= readline.3 history.3 -PATCHES= 1 2 3 4 +PATCHES= 1 2 3 4 5 .for p in ${PATCHES:S/^/00/} PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} .endfor PATCHLEVEL= ${PATCHES:Q:S/ /./g:E} -NO_STAGE= yes .include pre-configure: @@ -41,4 +39,8 @@ pre-configure: ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libreadline.so.6 \ + ${STAGEDIR}${PREFIX}/lib/libhistory.so.6 + .include diff --git a/devel/readline/distinfo b/devel/readline/distinfo index ea533d87a6cc..4ff469c411bc 100644 --- a/devel/readline/distinfo +++ b/devel/readline/distinfo @@ -1,10 +1,2 @@ SHA256 (readline-6.2.tar.gz) = 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381 SIZE (readline-6.2.tar.gz) = 2277926 -SHA256 (readline62-001) = 38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3 -SIZE (readline62-001) = 1388 -SHA256 (readline62-002) = 1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4 -SIZE (readline62-002) = 1714 -SHA256 (readline62-003) = cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374 -SIZE (readline62-003) = 1911 -SHA256 (readline62-004) = 09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476 -SIZE (readline62-004) = 3335 diff --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist index cd1bc3913dfc..8a61d74d6c7e 100644 --- a/devel/readline/pkg-plist +++ b/devel/readline/pkg-plist @@ -12,6 +12,8 @@ lib/libhistory.so.6 lib/libhistory.so lib/libreadline.so.6 lib/libreadline.so +man/man3/readline.3.gz +man/man3/history.3.gz %%DATADIR%%/excallback.c %%DATADIR%%/fileman.c %%DATADIR%%/histexamp.c