diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
commit | de7503e8c67e9648cb48a2dc9bc0a367562a2ad7 (patch) | |
tree | 60c97f9183ba9e9f088d4414b426a8c5e4aa1554 /mail/popa3d | |
parent | 097e0cfa2b3186d46e618540a8bf803a6dbbe651 (diff) |
- cleanup FreeBSD 5.x
Notes
Notes:
svn path=/head/; revision=214138
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 7781d144c0bc..01ba86f17b8b 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -61,14 +61,7 @@ EXTRA_PATCHES+= ${FILESDIR}/setproctitle.patch .endif .if defined(WITH_STANDALONE_POP3) -#USE_RC_SUBR= yes -# does only work when set before bsd.port.pre.mk -.if ${OSVERSION} < 500037 -RUN_DEPENDS+= ${LOCALBASE}/etc/rc.subr:${PORTSDIR}/sysutils/rc_subr -RC_SUBR= ${LOCALBASE}/etc/rc.subr -.else RC_SUBR= /etc/rc.subr -.endif post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ |