aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-10-18 22:12:41 +0800
committerBrooks Davis <brooks@FreeBSD.org>2013-10-18 22:12:41 +0800
commit14ee9c1701b6388d0095174a82c2e3038df78b9f (patch)
treef36c6f25757c79df22e9b14333fd3e8370e38659 /ftp
parent6d551848149df8faadcdccf242b1722b149b5e7f (diff)
downloadfreebsd-ports-gnome-14ee9c1701b6388d0095174a82c2e3038df78b9f.tar.gz
freebsd-ports-gnome-14ee9c1701b6388d0095174a82c2e3038df78b9f.tar.zst
freebsd-ports-gnome-14ee9c1701b6388d0095174a82c2e3038df78b9f.zip
STAGIFY
Diffstat (limited to 'ftp')
-rw-r--r--ftp/tftp-hpa/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile
index 49899848c315..ace4e7f04a66 100644
--- a/ftp/tftp-hpa/Makefile
+++ b/ftp/tftp-hpa/Makefile
@@ -14,19 +14,17 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_RC_SUBR= tftpd
+DESTDIRNAME= INSTALLROOT
+
PLIST_FILES= bin/tftp \
- libexec/in.tftpd
-.ifndef (NOPORTDOCS)
+ libexec/in.tftpd \
+ man/man1/tftp.1.gz \
+ man/man8/in.tftpd.8.gz \
+ man/man8/tftpd.8.gz
PORTDOCS= CHANGES \
README \
README.security
-.endif
-
-MAN1= tftp.1
-MAN8= in.tftpd.8
-MLINKS= in.tftpd.8 tftpd.8
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \
${WRKSRC}/MCONFIG.in
@@ -38,9 +36,9 @@ post-patch:
.ifdef PORTDOCS
post-install:
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.endif