diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-20 11:24:37 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-20 11:24:37 +0800 |
commit | ade26bebfe80ec4eaa3ec52244c6045ebf58bb39 (patch) | |
tree | 1bbd46b51634e5095fadcb4305a5ebdbab464f00 /mail | |
parent | 8cd6e00c062d4b23cf9f29ab1172f41b27cd36d0 (diff) | |
download | freebsd-ports-gnome-ade26bebfe80ec4eaa3ec52244c6045ebf58bb39.tar.gz freebsd-ports-gnome-ade26bebfe80ec4eaa3ec52244c6045ebf58bb39.tar.zst freebsd-ports-gnome-ade26bebfe80ec4eaa3ec52244c6045ebf58bb39.zip |
Add previously forgotten INFO to fix plist.
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 1f0c93adde0b..dfb3c701b7df 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -22,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= msmtp.1 +INFO= msmtp PLIST_FILES= bin/msmtp # XXX we need gnutls >= 1.2.0 which is not avaible via ports tree |