aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-plpython
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2013-10-17 13:39:36 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2013-10-17 13:39:36 +0000
commitfd63fcc98e65811599b522c3a17c1936dabbe56b (patch)
tree24530fb108619ff2ad35c173b06d2f45deb3ff17 /databases/postgresql90-plpython
parenteb6d37560fddb6b2bd7489566392adb37dd05749 (diff)
Fix LATEST_LINK and some cleanup
Notes
svn path=/head/; revision=330639
Diffstat (limited to 'databases/postgresql90-plpython')
-rw-r--r--databases/postgresql90-plpython/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile
index fc313cad4b44..678cc27dc5a6 100644
--- a/databases/postgresql90-plpython/Makefile
+++ b/databases/postgresql90-plpython/Makefile
@@ -2,8 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
-PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Python to write SQL functions