View | Details | Raw Unified | Return to bug 11842 | Differences between
and this patch

Collapse All | Expand All

(-)security/gtkportscan/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
MAINTAINER=	cpiazza@home.net
13
MAINTAINER=	cpiazza@home.net
14
14
15
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
15
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
16
16
17
WRKSRC=		${WRKDIR}/gtkscan
17
WRKSRC=		${WRKDIR}/gtkscan
18
18
(-)security/gtkportscan/patches/patch-aa (-4 / +5 lines)
Lines 18-30 Link Here
18
 install:
18
 install:
19
-	cp portscan /usr/local/bin
19
-	cp portscan /usr/local/bin
20
-	cp gtkportscan /usr/X11/bin
20
-	cp gtkportscan /usr/X11/bin
21
+	${BSD_INSTALL_PROGRAM} portscan /usr/local/bin
21
+	${BSD_INSTALL_PROGRAM} portscan ${PREFIX}/bin
22
+	${BSD_INSTALL_PROGRAM} gtkportscan /usr/local/bin
22
+	${BSD_INSTALL_PROGRAM} gtkportscan ${PREFIX}/bin
23
 
23
 
24
 clean:
24
 clean:
25
 	rm -f portscan gtkportscan
25
 	rm -f portscan gtkportscan
26
 
26
 
27
 uninstall:
27
 uninstall:
28
 	rm -f /usr/local/bin/portscan
28
-	rm -f /usr/local/bin/portscan
29
+	rm -f ${PREFIX}/bin/portscan
29
-	rm -f /usr/X11/bin/gtkportscan
30
-	rm -f /usr/X11/bin/gtkportscan
30
+	rm -f /usr/local/bin/gtkportscan
31
+	rm -f ${PREFIX}/bin/gtkportscan

Return to bug 11842