diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-10 12:49:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-10 12:49:34 +0800 |
commit | e4ab88d95092fdc5031d076496b1c9ca721dea58 (patch) | |
tree | 5f1e6bf6cc3dd3690558443d8ba5bb30ef551a70 /misc/shc | |
parent | 90a752b078058b48e9aedaf8000dcc60859fb0f3 (diff) | |
download | freebsd-ports-gnome-e4ab88d95092fdc5031d076496b1c9ca721dea58.tar.gz freebsd-ports-gnome-e4ab88d95092fdc5031d076496b1c9ca721dea58.tar.zst freebsd-ports-gnome-e4ab88d95092fdc5031d076496b1c9ca721dea58.zip |
upgrade to 3.3
drop maintainership
Diffstat (limited to 'misc/shc')
-rw-r--r-- | misc/shc/Makefile | 8 | ||||
-rw-r--r-- | misc/shc/distinfo | 2 | ||||
-rw-r--r-- | misc/shc/files/patch-Makefile | 36 |
3 files changed, 5 insertions, 41 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 44355b84055d..0eac45c17ea5 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -7,19 +7,19 @@ # PORTNAME= shc -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= misc MASTER_SITES= ftp://asterix.fi.upm.es/pub/facultad/departamentos/datsi/frosal/ EXTRACT_SUFX= .tgz -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= shc MAN1= shc.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile - @${PERL} -pi -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Makefile + @${PERL} -pi -e "s,^CFLAGS,#CFLAGS},g ; \ + s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/misc/shc/distinfo b/misc/shc/distinfo index 85689cf9d981..52137118a3e2 100644 --- a/misc/shc/distinfo +++ b/misc/shc/distinfo @@ -1 +1 @@ -MD5 (shc-3.2.tgz) = 1af5248d8db6038741a00ced9143b4f1 +MD5 (shc-3.3.tgz) = 342c1fe98814dabdd1dc67f17e6a71ed diff --git a/misc/shc/files/patch-Makefile b/misc/shc/files/patch-Makefile deleted file mode 100644 index afeb4c01d049..000000000000 --- a/misc/shc/files/patch-Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.orig Wed Mar 10 00:43:27 1999 -+++ Makefile Tue Feb 13 23:25:09 2001 -@@ -2,19 +2,19 @@ - # - - # For IRIX --CFLAGS = -xansi -fullwarn -O3 -g0 -+#CFLAGS = -xansi -fullwarn -O3 -g0 - - # For Solaris --CFLAGS = -fast -xO4 -s -v -Xa -+#CFLAGS = -fast -xO4 -s -v -Xa - - # For HPUX --CFLAGS = -Wall -O -Ae -+#CFLAGS = -Wall -O -Ae - - # For OSF1 --CFLAGS = -w -verbose -fast -std1 -g0 -+#CFLAGS = -w -verbose -fast -std1 -g0 - - # For GNU C compiler --CFLAGS = -Wall -O6 -s -pedantic -+CFLAGS = %%CFLAGS%% - - SHELL = /bin/sh - -@@ -38,6 +38,6 @@ - rm -f shc *.x - - install: -- install -c -s shc /usr/local/bin/ -- install -c -m 644 shc.1 /usr/local/man/man1/ -+ install -c -s shc %%PREFIX%%/bin/ -+ install -c -m 644 shc.1 %%PREFIX%%/man/man1/ - |