svn commit: r337659 - head/shells/shell-include

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 09:15:03 UTC 2013


Author: bapt
Date: Fri Dec 27 09:15:03 2013
New Revision: 337659
URL: http://svnweb.freebsd.org/changeset/ports/337659

Log:
  Support stage
  General cleanup

Modified:
  head/shells/shell-include/Makefile
  head/shells/shell-include/pkg-plist

Modified: head/shells/shell-include/Makefile
==============================================================================
--- head/shells/shell-include/Makefile	Fri Dec 27 09:09:19 2013	(r337658)
+++ head/shells/shell-include/Makefile	Fri Dec 27 09:15:03 2013	(r337659)
@@ -8,28 +8,16 @@ MASTER_SITES=	http://vvelox.net/src/shel
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	vvelox at vvelox.net
-COMMENT=	A include system for shell scripts
+COMMENT=	Include system for shell scripts
 
 USES=		perl5
 
-MAN3=		random::shortIntRandom.3 \
-		random.3 \
-		fileGetLine.3
-
-MAN7=		shell-include.7
-
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-#nothing to configure
-NO_STAGE=	yes
-do-configure:
-	@${ECHO} -n
-
-#nothing to build
-do-build:
-	@${ECHO} -n
+NO_CONFIGURE=	yes
+NO_BUILD=	yes
 
 do-install:
-	@${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX}
+	cd ${WRKSRC}/ ; ${SH} ${WRKSRC}/install ${STAGEDIR}${PREFIX}
 
 .include <bsd.port.mk>

Modified: head/shells/shell-include/pkg-plist
==============================================================================
--- head/shells/shell-include/pkg-plist	Fri Dec 27 09:09:19 2013	(r337658)
+++ head/shells/shell-include/pkg-plist	Fri Dec 27 09:15:03 2013	(r337659)
@@ -2,8 +2,12 @@ bin/sh-include
 bin/bash-include
 libexec/shell-include/sh/random
 libexec/shell-include/sh/fileGetLine
- at dirrm libexec/shell-include/sh
 libexec/shell-include/bash/random
 libexec/shell-include/bash/fileGetLine
+man/man3/fileGetLine.3.gz
+man/man3/random.3.gz
+man/man3/random::shortIntRandom.3.gz
+man/man7/shell-include.7.gz
+ at dirrm libexec/shell-include/sh
 @dirrm libexec/shell-include/bash
 @dirrm libexec/shell-include


More information about the svn-ports-head mailing list