diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /mail/sma | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'mail/sma')
-rw-r--r-- | mail/sma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 75079430813d..7523e21d61d5 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -10,12 +10,13 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Program that analyses Sendmail log entries +NO_STAGE= yes + MAN8= sma.8 DOCSFILES= BUGS COPYRIGHT HISTORY README TODO SAMPLEFILES= sma.conf ALL_TARGET= sma -NO_STAGE= yes do-configure: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.sed ${SED} -e "s,CC =,CC?= ," \ |