diff options
Diffstat (limited to 'mail/mailhog/Makefile')
-rw-r--r-- | mail/mailhog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index c8c8d2f6ee70..91fb4073c375 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -16,6 +16,7 @@ USES= go USE_RC_SUBR= mailhog USE_GITHUB= yes GH_ACCOUNT= mailhog +GH_PROJECT= MailHog GH_SUBDIR= src/github.com/mailhog/MailHog GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ gorilla:context:08b5f42:context/src/github.com/gorilla/context \ @@ -38,8 +39,6 @@ GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ golang:crypto:eb71ad9:crypto/src/golang.org/x/crypto \ go-mgo:mgo:3f83fa5:mgo/src/gopkg.in/mgo.v2 -WRKSRC= ${WRKDIR}/MailHog-${DISTVERSION} - PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message |