aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pop3vscan
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-06 00:41:56 +0800
committerleeym <leeym@FreeBSD.org>2003-06-06 00:41:56 +0800
commita6201d66b433d1acfd17fee3dd2428b1c26a55c3 (patch)
tree38357604ba7288a30210ca4703c8ea414c93ad89 /mail/pop3vscan
parentd159ba81ea803d3faa871e80a877e6969c45c703 (diff)
downloadfreebsd-ports-gnome-a6201d66b433d1acfd17fee3dd2428b1c26a55c3.tar.gz
freebsd-ports-gnome-a6201d66b433d1acfd17fee3dd2428b1c26a55c3.tar.zst
freebsd-ports-gnome-a6201d66b433d1acfd17fee3dd2428b1c26a55c3.zip
- add USE_GETOPT_LONG
- replace relative path with absolute path Noticed by: Julian Chen
Diffstat (limited to 'mail/pop3vscan')
-rw-r--r--mail/pop3vscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile
index bacb63668c15..2c717324e640 100644
--- a/mail/pop3vscan/Makefile
+++ b/mail/pop3vscan/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= uvscan:${PORTSDIR}/security/vscan
USE_REINPLACE= yes
USE_GMAKE= yes
+USE_GETOPT_LONG=yes
pre-fetch:
.if !defined(WITHOUT_UVSCAN)
@@ -37,7 +38,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' ${WRKSRC}/*.c
@${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/*.h
@${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/ripmime/build_tnef
- @${REINPLACE_CMD} -e 's,=4321,=_BYTE_ORDER -include machine/endian.h,g' \
+ @${REINPLACE_CMD} -e 's,=4321,=_BYTE_ORDER -include /usr/include/machine/endian.h,g' \
${WRKSRC}/ripmime/tnef/Makefile
do-install: