diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-15 18:04:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-15 18:04:34 +0000 |
commit | 38fa0f0460feec4cb57667f6ff4fc66400ec6cd9 (patch) | |
tree | 157b976f76d1476220cbf3072d116c1008bd0055 /graphics/sng/Makefile | |
parent | fb02018371e0711ab2f5aa8274389d130204a396 (diff) | |
download | ports-38fa0f0460feec4cb57667f6ff4fc66400ec6cd9.tar.gz ports-38fa0f0460feec4cb57667f6ff4fc66400ec6cd9.zip |
Notes
Diffstat (limited to 'graphics/sng/Makefile')
-rw-r--r-- | graphics/sng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index 2143f8114a43..540490621b72 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ --with-rgbtxt=${X11BASE}/lib/X11/rgb.txt -USE_GMAKE= yes MAN1= sng.1 PLIST_FILES= bin/sng bin/sng_regress @@ -34,6 +33,6 @@ pre-patch: @${REINPLACE_CMD} -e '33,34s|^static ||' ${WRKSRC}/sngd.c post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin .include <bsd.port.mk> |