diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /mail/popper | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 097d8d9..4c64bc3 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -6,9 +6,9 @@ # PORTNAME= qpopper -PORTVERSION= 2.53 +PORTVERSION= 2.53 CATEGORIES= mail -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/ +MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z @@ -23,33 +23,33 @@ MAINTAINER= ache@freebsd.org # If FULL_POPD_DEBUG variable present in the environment, popper builds # with more verbose debugging. -O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ +O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ -DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"' .if !defined(APOP_ONLY) .if exists(/usr/lib/libskey.a) -P_LIBS= -lskey -O_DEFS+= -DSKEY +P_LIBS= -lskey +O_DEFS+= -DSKEY .endif .else -O_DEFS+= -DAPOP_ONLY +O_DEFS+= -DAPOP_ONLY .endif .if defined(POPD_YOUBIN_SUPPORT) -O_DEFS+= -DYOUBIN -DCALLED_FROM_POPD +O_DEFS+= -DYOUBIN -DCALLED_FROM_POPD .endif -P_LIBS+= -lmd -lutil +P_LIBS+= -lmd -lutil -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \ - --with-apopuid=pop +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \ + --with-apopuid=pop .if defined(FULL_POPD_DEBUG) -CONFIGURE_ARGS+= --enable-debugging +CONFIGURE_ARGS+= --enable-debugging .endif -CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" +CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" -MAN8= popauth.8 popper.8 +MAN8= popauth.8 popper.8 post-patch: $(RM) ${WRKSRC}/md5.h |