aboutsummaryrefslogtreecommitdiff
path: root/x11/3ddesktop
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-30 04:08:17 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-30 04:08:17 +0000
commitaca95580a02d4f4dd923024b70c01f008bece21b (patch)
tree3ade2610b81662a3b7af3a1276dc7e2a14a364ce /x11/3ddesktop
parent70941862ec5171af34e67289e240f1d3540d8a1f (diff)
downloadports-aca95580a02d4f4dd923024b70c01f008bece21b.tar.gz
ports-aca95580a02d4f4dd923024b70c01f008bece21b.zip
- Convert to staging
Notes
Notes: svn path=/head/; revision=332061
Diffstat (limited to 'x11/3ddesktop')
-rw-r--r--x11/3ddesktop/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile
index e0232f29b561..3ab5129a1087 100644
--- a/x11/3ddesktop/Makefile
+++ b/x11/3ddesktop/Makefile
@@ -15,16 +15,15 @@ USE_GL= glut
USE_EFL= imlib2
GNU_CONFIGURE= yes
-MAN1= 3ddesk.1 3ddeskd.1
PORTDOCS= README README.windowmanagers
PLIST_FILES= bin/3ddesk bin/3ddeskd etc/3ddesktop.conf \
- %%DATADIR%%/digits.bmp
+ %%DATADIR%%/digits.bmp \
+ man/man1/3ddesk.1.gz man/man1/3ddeskd.1.gz
PLIST_DIRS= %%DATADIR%%
-CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -pthread
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -36,11 +35,9 @@ post-patch:
s|@AUTOMAKE@|${TRUE}|g'
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README README.windowmanagers
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>