svn commit: r339191 - head/converters/unix2dos

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 00:06:21 UTC 2014


Author: bapt
Date: Thu Jan  9 00:06:20 2014
New Revision: 339191
URL: http://svnweb.freebsd.org/changeset/ports/339191

Log:
  Support stage

Modified:
  head/converters/unix2dos/Makefile

Modified: head/converters/unix2dos/Makefile
==============================================================================
--- head/converters/unix2dos/Makefile	Thu Jan  9 00:00:05 2014	(r339190)
+++ head/converters/unix2dos/Makefile	Thu Jan  9 00:06:20 2014	(r339191)
@@ -9,15 +9,14 @@ MASTER_SITES=	CRITICAL
 MAINTAINER=	obonilla at galileo.edu
 COMMENT=	Convert ASCII newlines between CR/LF and LF
 
-MAN1=		unix2dos.1 dos2unix.1
-PLIST_FILES=	bin/dos2unix bin/unix2dos
+PLIST_FILES=	bin/dos2unix bin/unix2dos \
+		man/man1/unix2dos.1.gz man/man1/dos2unix.1.gz
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos
-	${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix
-	${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1
-	${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${STAGEDIR}${PREFIX}/bin/unix2dos
+	${LN} -f ${STAGEDIR}${PREFIX}/bin/unix2dos ${STAGEDIR}${PREFIX}/bin/dos2unix
+	${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list