diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 06:19:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 06:19:19 +0800 |
commit | 9a7cb34a61db4936c0531713efc73e8d8cf072cb (patch) | |
tree | 683e9e54ac8a113cfc5da84ae6e3e61a13bed8f3 /mail/althea | |
parent | 6053ad5e4844c4fd5989a0f7645f303007200a04 (diff) | |
download | freebsd-ports-gnome-9a7cb34a61db4936c0531713efc73e8d8cf072cb.tar.gz freebsd-ports-gnome-9a7cb34a61db4936c0531713efc73e8d8cf072cb.tar.zst freebsd-ports-gnome-9a7cb34a61db4936c0531713efc73e8d8cf072cb.zip |
Fix build on current
Diffstat (limited to 'mail/althea')
-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 6253a1cd651d..16bb1c12143d 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 |