mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ac10bcd062
Reviewed by: freebsd-alpha Approved by: kris
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
bin/%%BROWSER%%-%%BROWSER_VER%%
|
|
@exec ln -sf %f %B/%%BROWSER%%-4
|
|
@exec ln -sf %%BROWSER%%-4 %B/netscape.run
|
|
@unexec rm -f %B/netscape.run
|
|
@unexec rm -f %B/%%BROWSER%%-4
|
|
@comment Insert PLIST.gcc-lib here
|
|
@comment -=[ begin PLIST.ns-lib ]=-
|
|
@comment -=[ end PLIST.ns-lib ]=-
|
|
@unexec rmdir %D/%%NSUBDIR%% 2>/dev/null || true
|