Skip to content

Commit

Permalink
devel/libassa: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 0056085 commit ab4e62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devel/libassa/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libassa
DISTVERSION= 3.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//}

Expand All @@ -26,6 +26,6 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in

post-install:
${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/libassa/pkg-plist
Expand Up @@ -62,4 +62,4 @@ lib/libassa-3.5.so
lib/libassa-3.5.so.5
lib/libassa-3.5.so.5.0.1
libdata/pkgconfig/assa-3.5.pc
man/man1/assa-genesis.1.gz
share/man/man1/assa-genesis.1.gz

0 comments on commit ab4e62b

Please sign in to comment.