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 /german | |
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 'german')
-rw-r--r-- | german/dtaus/Makefile | 3 | ||||
-rw-r--r-- | german/unix-connect/Makefile | 3 | ||||
-rw-r--r-- | german/webalizer2/Makefile | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/german/dtaus/Makefile b/german/dtaus/Makefile index 1193c9221016..7adf0d82081c 100644 --- a/german/dtaus/Makefile +++ b/german/dtaus/Makefile @@ -10,6 +10,8 @@ COMMENT= Belegloser DatenTraegerAUStausch LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= dtaus PLIST_FILES= bin/dtaus @@ -18,7 +20,6 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 -NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 6727096457b7..91f2185bb251 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz LICENSE_COMB= multi LICENSE= GPLv2 BSD +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} #USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,7 +33,6 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp MANUAL_PACKAGE_BUILD= needs hostname -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile index bc4b832ab782..7952c688401e 100644 --- a/german/webalizer2/Makefile +++ b/german/webalizer2/Makefile @@ -8,7 +8,6 @@ MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif |