diff options
author | novel <novel@FreeBSD.org> | 2005-04-20 11:24:37 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-20 11:24:37 +0800 |
commit | a3fcced19b8bea23a82790304d5e619ef6ea5750 (patch) | |
tree | 2dd033b0820ac669fcbcbfb89e787dab03a0346d /mail/msmtp/Makefile | |
parent | a041be5e60f03e822476f8b0b3de95c670fd67eb (diff) | |
download | freebsd-ports-gnome-a3fcced19b8bea23a82790304d5e619ef6ea5750.tar.gz freebsd-ports-gnome-a3fcced19b8bea23a82790304d5e619ef6ea5750.tar.zst freebsd-ports-gnome-a3fcced19b8bea23a82790304d5e619ef6ea5750.zip |
Add previously forgotten INFO to fix plist.
Reported by: pointyhat via kris
Diffstat (limited to 'mail/msmtp/Makefile')
-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 |