diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 05:35:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 05:35:54 +0000 |
commit | cda11d1775dba3110961ee0134103c3c1e70a17d (patch) | |
tree | a138642708d58366918cf83f92fc24ac56f2f45b | |
parent | e0873090ca2fb33d144e74dc265213827e6f20f8 (diff) |
archivers/unshield: Cosmetic change
-rw-r--r-- | archivers/unshield/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile index db9929e90f87..d308c32e7a56 100644 --- a/archivers/unshield/Makefile +++ b/archivers/unshield/Makefile @@ -12,11 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake cpe pathfix ssl -CPE_VENDOR= unshield_project - CFLAGS+= -fPIC USE_LDCONFIG= yes +CPE_VENDOR= unshield_project + GH_ACCOUNT= twogood USE_GITHUB= yes |