diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 22:19:19 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 22:19:19 +0000 |
commit | 9a7cb34a61db4936c0531713efc73e8d8cf072cb (patch) | |
tree | 683e9e54ac8a113cfc5da84ae6e3e61a13bed8f3 | |
parent | 6053ad5e4844c4fd5989a0f7645f303007200a04 (diff) | |
download | FreeBSD-ports-9a7cb34a61db4936c0531713efc73e8d8cf072cb.zip FreeBSD-ports-9a7cb34a61db4936c0531713efc73e8d8cf072cb.tar.gz |
Fix build on current
-rw-r--r-- | mail/althea/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/althea/files/Makefile.bsd b/mail/althea/files/Makefile.bsd index 6253a1c..16bb1c1 100644 --- a/mail/althea/files/Makefile.bsd +++ b/mail/althea/files/Makefile.bsd @@ -1,5 +1,5 @@ PROG= althea -NOMAN= forget it :( +NO_MAN= forget it :( objs!= ${MAKE} -V OBJS -f ${.CURDIR}/Makefile SRCS:= ${objs:.o=.cpp} main.cpp |