diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-10 23:03:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-10 23:03:57 +0800 |
commit | e6fed8c9e6767f15743c04462b2fd221da9c67c2 (patch) | |
tree | 05281fdbc0d2b488de89e57c6d157cdaa85e9a8f | |
parent | 132f01509649a9d9faec00bd3d5bb53ba1ca7d6a (diff) | |
download | freebsd-ports-gnome-e6fed8c9e6767f15743c04462b2fd221da9c67c2.tar.gz freebsd-ports-gnome-e6fed8c9e6767f15743c04462b2fd221da9c67c2.tar.zst freebsd-ports-gnome-e6fed8c9e6767f15743c04462b2fd221da9c67c2.zip |
- Duplicate of devel/checkbashisms
Notified by: bdrewery
Pointyhat to: sunpoet
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/checkbashisms/Makefile | 30 | ||||
-rw-r--r-- | textproc/checkbashisms/distinfo | 2 | ||||
-rw-r--r-- | textproc/checkbashisms/pkg-descr | 3 |
4 files changed, 0 insertions, 36 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e97074785982..385f7dfa7061 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -61,7 +61,6 @@ SUBDIR += cbedic SUBDIR += cdif SUBDIR += cdiff - SUBDIR += checkbashisms SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta diff --git a/textproc/checkbashisms/Makefile b/textproc/checkbashisms/Makefile deleted file mode 100644 index eb40c1780715..000000000000 --- a/textproc/checkbashisms/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Hakisho Nukama <nukama@gmail.com> -# $FreeBSD$ - -PORTNAME= checkbashisms -PORTVERSION= 2.12.6 -CATEGORIES= textproc perl5 -MASTER_SITES= http://ftp.debian.org/debian/pool/main/d/devscripts/ -DISTNAME= devscripts_${PORTVERSION} - -MAINTAINER= nukama+maintainer@gmail.com -COMMENT= Debian script that checks for bash-isms - -LICENSE= GPLv2 - -NO_BUILD= yes -USE_PERL5= run -USES= perl5 -WRKSRC= ${WRKDIR}/devscripts-${PORTVERSION} - -MAN1= checkbashisms.1 -PLIST_FILES= bin/checkbashisms - -post-patch: - @${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' ${WRKSRC}/scripts/checkbashisms.pl - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl ${PREFIX}/bin/checkbashisms - ${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 ${MANPREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/textproc/checkbashisms/distinfo b/textproc/checkbashisms/distinfo deleted file mode 100644 index c504404006a2..000000000000 --- a/textproc/checkbashisms/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (devscripts_2.12.6.tar.gz) = eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e -SIZE (devscripts_2.12.6.tar.gz) = 996395 diff --git a/textproc/checkbashisms/pkg-descr b/textproc/checkbashisms/pkg-descr deleted file mode 100644 index 0c64f5c2fe26..000000000000 --- a/textproc/checkbashisms/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Debian script that checks for bashisms - -WWW: http://packages.qa.debian.org/d/devscripts.html |