diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-09-02 00:55:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-09-02 00:55:41 +0000 |
commit | b537850624118128a05bfe80ed8581fc01572327 (patch) | |
tree | b9f1d1e3cef9aec38e1124012e141f4429e6c720 /devel/liblpm/Makefile | |
parent | 5e3851183b0ead3185b507af4908beac175523b1 (diff) |
Notes
Diffstat (limited to 'devel/liblpm/Makefile')
-rw-r--r-- | devel/liblpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/liblpm/Makefile b/devel/liblpm/Makefile index 3e404fb40574..96ee2707ddb4 100644 --- a/devel/liblpm/Makefile +++ b/devel/liblpm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liblpm -PORTVERSION= g2019052401 +PORTVERSION= g2020082801 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -15,7 +15,7 @@ USES= compiler gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_PROJECT= liblpm -GH_TAGNAME= 984ac5f +GH_TAGNAME= 4119bb7 WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ |