diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-27 22:58:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-27 22:58:47 +0000 |
commit | 8e9366c679c9b9dd38bace93bddb5790972bbfb7 (patch) | |
tree | 3952748e6eb49503142987d7baa17fce3b21430f /archivers | |
parent | 11dcaeb94d2eef0d7d9590c6813495fe2ab1a5e7 (diff) | |
download | ports-8e9366c679c9b9dd38bace93bddb5790972bbfb7.tar.gz ports-8e9366c679c9b9dd38bace93bddb5790972bbfb7.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 10 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 835ed39c1357..e9757dfb6e1c 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -20,19 +20,13 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ rar:${PORTSDIR}/archivers/rar \ lzop:${PORTSDIR}/archivers/lzop -USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack libglade gnomevfs bonobo GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$\(datadir\)/gnome/apps|\$$\(datadir\)/apps|g ; \ - s|\$$\(datadir\)/gnome/help|\$$\(datadir\)/help|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index 835ed39c1357..e9757dfb6e1c 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -20,19 +20,13 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ rar:${PORTSDIR}/archivers/rar \ lzop:${PORTSDIR}/archivers/lzop -USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack libglade gnomevfs bonobo GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$\(datadir\)/gnome/apps|\$$\(datadir\)/apps|g ; \ - s|\$$\(datadir\)/gnome/help|\$$\(datadir\)/help|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |