ports/net/phpldapadmin/files/patch-tools__po__Makefile
Matthew Seaman c089d48fb6 Drop the SUPHP option as the www/suphp port has expired.
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
2013-12-17 13:54:02 +00:00

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>