diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
commit | 86d77595e213185ce5f83a10c8ab6be38950a4c0 (patch) | |
tree | 0b796a1ad53494cbfadc8f2954ceb40488d59973 /graphics/sng | |
parent | 5d90a8bd05e68d751129984257311eab801af79d (diff) | |
download | ports-86d77595e213185ce5f83a10c8ab6be38950a4c0.tar.gz ports-86d77595e213185ce5f83a10c8ab6be38950a4c0.zip |
Notes
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 dccd701131bd..f0fee3b5c8e4 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 0c2077bed605..cd4bf119977a 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 7f35477e2fc9..000000000000 --- a/graphics/sng/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/sng -bin/sng_regress |