aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-15 18:04:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-15 18:04:34 +0000
commit38fa0f0460feec4cb57667f6ff4fc66400ec6cd9 (patch)
tree157b976f76d1476220cbf3072d116c1008bd0055 /graphics
parentfb02018371e0711ab2f5aa8274389d130204a396 (diff)
downloadports-38fa0f0460feec4cb57667f6ff4fc66400ec6cd9.tar.gz
ports-38fa0f0460feec4cb57667f6ff4fc66400ec6cd9.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sng/Makefile3
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>