diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-14 02:08:20 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-14 02:08:20 +0800 |
commit | 820acb6756fe20467fcf9df332f561990fd7d066 (patch) | |
tree | 8c484c7a5c7edaeb1285bcd2a309cc3c3f50f086 | |
parent | 19c77df42a7a2085fa0bb8e7d480752f6f5d767f (diff) | |
download | marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar.gz marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar.bz2 marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar.lz marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar.xz marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.tar.zst marcuscom-ports-820acb6756fe20467fcf9df332f561990fd7d066.zip |
Remove the commented out post-patch target. It is not needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19654 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/gnome-online-accounts/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index f9c9c2b8e..f33da3965 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -28,7 +28,4 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -#post-install: -# @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoa-*.so.* - .include <bsd.port.mk> |