Skip to content

Commit

Permalink
devel/libac: Install header file
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Oct 9, 2022
1 parent 7f29e79 commit 2e682b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devel/libac/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libac
PORTVERSION= g20190308
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -11,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

USES= gmake

PLIST_FILES= lib/libac.a \
PLIST_FILES= include/ac.h \
lib/libac.a \
lib/libac.so

USE_GITHUB= yes
Expand All @@ -20,6 +22,7 @@ GH_PROJECT= lua-aho-corasick
GH_TAGNAME= ca6043c

do-install:
${INSTALL_DATA} ${WRKSRC}/ac.h ${STAGEDIR}${PREFIX}/include/ac.h
${INSTALL_DATA} ${WRKSRC}/libac.a ${STAGEDIR}${PREFIX}/lib/libac.a
${INSTALL_LIB} ${WRKSRC}/libac.so ${STAGEDIR}${PREFIX}/lib/libac.so

Expand Down

0 comments on commit 2e682b2

Please sign in to comment.