diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:06:05 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:06:05 +0000 |
commit | f4ef5a2dc8b21293fca22a5bb348cee34d196d03 (patch) | |
tree | 84f897263cafce651041dfc595a4303cd1b9aba2 /ftp | |
parent | 63ee5deb1cf22f1b4c812af760fc341e0da6d0a7 (diff) | |
download | ports-f4ef5a2dc8b21293fca22a5bb348cee34d196d03.tar.gz ports-f4ef5a2dc8b21293fca22a5bb348cee34d196d03.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lukemftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/lukemftpd/Makefile b/ftp/lukemftpd/Makefile index 69cc69ae2c8c..aa6c21216695 100644 --- a/ftp/lukemftpd/Makefile +++ b/ftp/lukemftpd/Makefile @@ -12,7 +12,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ -MAINTAINER= debolaz@debolaz.com +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced ftp server from NetBSD USE_REINPLACE= yes @@ -38,7 +38,7 @@ pre-patch: ${WRKSRC}/src/${f} .endfor ${REINPLACE_CMD} -e \ - "s@^#define\t_DEFAULT_CONFDIR\t\"/etc\"@#define\t_DEFAULT_CONFDIR\t\"${PREFIX}/etc\"@" \ + "s@^#define _DEFAULT_CONFDIR \"/etc\"@#define _DEFAULT_CONFDIR \"${PREFIX}/etc\"@" \ ${WRKSRC}/src/pathnames.h do-install: |