mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
df889932d2
commit
d6ff3c7a4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358903
@ -14,9 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
|
||||
WRKSRC= ${WRKDIR}/gkrellmwireless
|
||||
|
||||
USE_XORG= x11
|
||||
USES= gmake pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Dec 6 23:01:13 2002
|
||||
+++ Makefile Sun Mar 16 15:12:51 2003
|
||||
--- Makefile.orig 2002-12-06 23:01:13.000000000 +0800
|
||||
+++ Makefile 2014-06-23 16:05:37.848876850 +0800
|
||||
@@ -1,33 +1,23 @@
|
||||
# Depends on gmake..
|
||||
#
|
||||
@ -40,3 +40,11 @@
|
||||
|
||||
all: wireless.so
|
||||
|
||||
@@ -38,6 +28,6 @@ clean:
|
||||
rm -f *.o core *.so* *.bak *~
|
||||
|
||||
install :
|
||||
- $(INSTALL) $(INSTALL_PERMS) wireless.so $(PLUGIN_DIR)
|
||||
+ $(INSTALL) $(INSTALL_PERMS) wireless.so $(DESTDIR)$(PLUGIN_DIR)
|
||||
wireless.o: wireless.c
|
||||
|
Loading…
Reference in New Issue
Block a user