Unbreak package build (remove debug executable.)

Noticed by:	kris
This commit is contained in:
Jimmy Olgeni 2005-02-19 12:37:14 +00:00
parent 28ab6eb876
commit 43c31a0b5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129280
3 changed files with 18 additions and 1 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= rox
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox

View File

@ -0,0 +1,17 @@
$FreeBSD$
--- ROX-Filer/src/Makefile.in.orig
+++ ROX-Filer/src/Makefile.in
@@ -46,10 +46,7 @@
${CC} -o "${PROG}" ${OBJECTS} ${LDFLAGS}
[ -d "${PLATFORM_DIR}" ] || mkdir "${PLATFORM_DIR}"
mv "${PROG}" "${PLATFORM_DIR}"
- -(cd "${PLATFORM_DIR}" && \
- objcopy --only-keep-debug ROX-Filer ROX-Filer.dbg && \
- strip ROX-Filer && \
- objcopy --add-gnu-debuglink=ROX-Filer.dbg ROX-Filer)
+ -(cd "${PLATFORM_DIR}" && strip ROX-Filer)
clean:
rm -f *.o Makefile.bak

View File

@ -1,5 +1,4 @@
apps/ROX-Filer/%%BINARIES%%/ROX-Filer
apps/ROX-Filer/%%BINARIES%%/ROX-Filer.dbg
apps/ROX-Filer/.DirIcon
apps/ROX-Filer/AppInfo.xml
apps/ROX-Filer/AppRun