diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-13 10:58:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-14 15:41:02 +0000 |
commit | 85737aec4a3190a4f4d86583ad46a3615505a569 (patch) | |
tree | ac217f43efb834d2924f40e7d27c93d5ae1acc50 /japanese/font-ayu18/Makefile | |
parent | 02ccefbf584c4cb3167ae28f0af57c29bde41ceb (diff) | |
download | ports-85737aec4a3190a4f4d86583ad46a3615505a569.tar.gz ports-85737aec4a3190a4f4d86583ad46a3615505a569.zip |
Mk: Cleanup after moving apply-slist earlier.
Diffstat (limited to 'japanese/font-ayu18/Makefile')
-rw-r--r-- | japanese/font-ayu18/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/font-ayu18/Makefile b/japanese/font-ayu18/Makefile index 091d96ab6bf3..c5b8bcbb0487 100644 --- a/japanese/font-ayu18/Makefile +++ b/japanese/font-ayu18/Makefile @@ -25,8 +25,6 @@ PORTDOCS= README.txt OPTIONS_DEFINE= DOCS -pre-build: apply-slist - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} |