diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-29 19:26:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-29 19:26:36 +0000 |
commit | 8b8936047cc54957657276150e41a1ea6dab2f5c (patch) | |
tree | 89dfda9d59bd99dbffd299d8a60bc41cbe5ab004 /databases/pgFormatter | |
parent | 0cb6fe847045609535fdda9c2f93f03cbabceae5 (diff) |
Notes
Diffstat (limited to 'databases/pgFormatter')
-rw-r--r-- | databases/pgFormatter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgFormatter/Makefile b/databases/pgFormatter/Makefile index 10af14fc3dff..f2627a9d32c3 100644 --- a/databases/pgFormatter/Makefile +++ b/databases/pgFormatter/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure -NO_ARCH= yes - USE_GITHUB= yes GH_ACCOUNT= darold +NO_ARCH= yes + .include <bsd.port.mk> |