diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
commit | 1b60d875a0a19d8922ae07869a65cb73ba60cf7b (patch) | |
tree | 3fc7aebb89352b18564bea33d3e4276879261739 /graphics/sng | |
parent | 610c4b880c0fe697dafb3ddb6f170daa3c20ddcf (diff) | |
download | FreeBSD-ports-1b60d875a0a19d8922ae07869a65cb73ba60cf7b.zip FreeBSD-ports-1b60d875a0a19d8922ae07869a65cb73ba60cf7b.tar.gz |
Update to 1.0.2; remove PLIST.
PR: ports/71750
Submitted by: Michael Johnson <ahze at ahze dot net>
Diffstat (limited to 'graphics/sng')
-rw-r--r-- | graphics/sng/Makefile | 9 | ||||
-rw-r--r-- | graphics/sng/distinfo | 4 | ||||
-rw-r--r-- | graphics/sng/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index dccd701..f0fee3b 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -7,14 +7,13 @@ # PORTNAME= sng -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= compiler/decompiler for Scriptable Network Graphics +COMMENT= Compiler/decompiler for Scriptable Network Graphics BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} @@ -28,8 +27,12 @@ CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ USE_GMAKE= yes MAN1= sng.1 +PLIST_FILES= bin/sng bin/sng_regress pre-patch: @${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in +post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/graphics/sng/distinfo b/graphics/sng/distinfo index 0c2077b..cd4bf11 100644 --- a/graphics/sng/distinfo +++ b/graphics/sng/distinfo @@ -1,2 +1,2 @@ -MD5 (sng-1.0.1.tar.gz) = 0c2aa6f9345e67da51bc052da2187e8d -SIZE (sng-1.0.1.tar.gz) = 67836 +MD5 (sng-1.0.2.tar.gz) = 7bcbab5d60435da9aa106f3da926c049 +SIZE (sng-1.0.2.tar.gz) = 98088 diff --git a/graphics/sng/pkg-plist b/graphics/sng/pkg-plist deleted file mode 100644 index 7f35477..0000000 --- a/graphics/sng/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/sng -bin/sng_regress |