diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-03-17 11:28:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-03-17 11:28:59 +0000 |
commit | 3767954d1980e6b3f554936b671457d8add4fc7d (patch) | |
tree | 3140b1635e8c7dce6d8a683971a51176b1511d52 /www/vger/Makefile | |
parent | fa7f08b96c44816407cd81aa3827ae0fb3fce15b (diff) | |
download | ports-3767954d1980e6b3f554936b671457d8add4fc7d.tar.gz ports-3767954d1980e6b3f554936b671457d8add4fc7d.zip |
Notes
Diffstat (limited to 'www/vger/Makefile')
-rw-r--r-- | www/vger/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/vger/Makefile b/www/vger/Makefile index 5b2327c9da70..206d7aa54e86 100644 --- a/www/vger/Makefile +++ b/www/vger/Makefile @@ -9,9 +9,12 @@ DISTFILES= 365e99400a8a13546c4c060f28e23bf81d68d45e.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= Simplistic and secure Gemini server + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USE_CSTD= c99 + WRKSRC= ${WRKDIR}/${PORTNAME} do-install: @@ -22,4 +25,3 @@ post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/gemini .include <bsd.port.mk> - |