diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:06:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:17 +0000 |
commit | cbdd8f4b125de7df96a685ee7402788d3ebcaee7 (patch) | |
tree | 7bcbaaa1bdff83f8e89b72eb3f02c6c93c51577b | |
parent | cbbd49558dfa1509479ab36d26343a274e554b7c (diff) |
-rw-r--r-- | textproc/bibutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bibutils/Makefile b/textproc/bibutils/Makefile index bcea9f20dc8f..8236d5172bca 100644 --- a/textproc/bibutils/Makefile +++ b/textproc/bibutils/Makefile @@ -12,11 +12,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying USES= cpe gmake -CPE_VENDOR= ${PORTNAME}_project HAS_CONFIGURE= yes TEST_TARGET= test +CPE_VENDOR= bibutils_project + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* |