summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-28 04:13:15 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-28 04:13:15 +0800
commit5c48d663861ea0d077b06144207bb383f52c16bb (patch)
tree7ee25a50ddadc6b8eb192242bdf9c4eee73cd0e6
parent945ba9a3825003733cfb9a410e580f90013116f6 (diff)
downloadmarcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar.gz
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar.bz2
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar.lz
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar.xz
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.tar.zst
marcuscom-ports-5c48d663861ea0d077b06144207bb383f52c16bb.zip
Add bsd.port.pre.mk and bsd.port.post.mk, because the ${OSVERSION} >= 500000
has to be in the between of them. This fix the 'make install'. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2561 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome2-fifth-toe/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile
index 9c242aa8c..f52edc285 100644
--- a/x11/gnome2-fifth-toe/Makefile
+++ b/x11/gnome2-fifth-toe/Makefile
@@ -39,12 +39,14 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \
RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem
.endif
+NO_BUILD= yes
+
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} >= 500000
RUN_DEPENDS+= inkscape:${PORTSDIR}/graphics/inkscape
.endif
-NO_BUILD= yes
-
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>