diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 03:18:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 03:18:09 +0800 |
commit | 9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6 (patch) | |
tree | 89c4fbc53a4339e355ec5b4c464601f4aff62dfd /editors | |
parent | 47f9a8df3f4d4f4ee99602161e004fde4a061939 (diff) | |
download | marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar.gz marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar.bz2 marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar.lz marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar.xz marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.tar.zst marcuscom-ports-9b33c7de95eb608c5b6013dcdfbf57707d5a6ac6.zip |
Fix build with ORBit2-2.7.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@878 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index d2296d3b5..91e80e42e 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -33,4 +33,12 @@ PLIST_SUB= VERSION="2.4" MAN1= gedit.1 +XXX_FILES= GNOME_Gedit-common.c GNOME_Gedit-skels.c \ + GNOME_Gedit-stubs.c GNOME_Gedit.h + +post-extract: +.for i in ${XXX_FILES} + @${RM} -f ${WRKSRC}/gedit/${i} +.endfor + .include <bsd.port.mk> |