svn commit: r330748 - head/ftp/tftp-hpa
Brooks Davis
brooks at FreeBSD.org
Fri Oct 18 14:12:42 UTC 2013
Author: brooks
Date: Fri Oct 18 14:12:41 2013
New Revision: 330748
URL: http://svnweb.freebsd.org/changeset/ports/330748
Log:
STAGIFY
Modified:
head/ftp/tftp-hpa/Makefile
Modified: head/ftp/tftp-hpa/Makefile
==============================================================================
--- head/ftp/tftp-hpa/Makefile Fri Oct 18 14:03:11 2013 (r330747)
+++ head/ftp/tftp-hpa/Makefile Fri Oct 18 14:12:41 2013 (r330748)
@@ -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
More information about the svn-ports-head
mailing list