mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
General cleanup: pkg-install and pkg-deinstall scripts were redundant, as they replicated @exec / @unexec actions from pkg-plist. Fix DEVELOPER_MODE complaint about shebangfix: it's a Makefile, not a shell script in any case. PR: ports/184925 Submitted by: rene
7 lines
273 B
Text
7 lines
273 B
Text
--- ./tools/po/Makefile.orig 2013-12-17 10:35:33.849229663 +0000
|
|
+++ ./tools/po/Makefile 2013-12-17 10:35:42.989230589 +0000
|
|
@@ -1,4 +1,3 @@
|
|
-#!/bin/bash
|
|
#
|
|
# Makefile Utility to manipulate PO and POT files
|
|
# Copyright (c) 2009 Alessandro De Zorzi - <lota@nonlontano.it>
|