Clean up formatting on Makefile per Stefan Hagen

This commit is contained in:
Russ Sharek 2024-01-26 14:13:33 -05:00
parent 9afdde51cd
commit c868729bbf
1 changed files with 9 additions and 9 deletions

View File

@ -1,20 +1,20 @@
COMMENT = terminal frontend for remind
COMMENT = terminal frontend for remind
DIST_TUPLE = github realsirjoe remindcal v0.1.0 .
DIST_TUPLE = github realsirjoe remindcal v0.1.1 .
CATEGORIES = misc
CATEGORIES = misc
MAINTAINER = Russ Sharek <bsdclown@disroot.org>
MAINTAINER = Russ Sharek <bsdclown@disroot.org>
# UNLICENSE: https://unlicense.org
PERMIT_PACKAGE = Yes
# UNLICENSE
PERMIT_PACKAGE = Yes
WANTLIB += c curses pthread
MODULES = lang/go
MODULES = lang/go
RUN_DEPENDS = misc/remind
RUN_DEPENDS = misc/remind
ALL_TARGET = github.com/realsirjoe/remindcal
ALL_TARGET = github.com/realsirjoe/remindcal
.include <bsd.port.mk>